#744C11

Color #744C11 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #744C11

Tints of Raw Umber #744C11

Color information

#744C11 (or 0x744C11) is unknown color: approx Raw Umber. HEX triplet: 74, 4C and 11. RGB value is (116,76,17). Sum of RGB (Red+Green+Blue) = 116+76+17=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 17 (7.03% from 255 or 8.13% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #744C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744C11 is #8BB3EE. Grayscale: #515151. Windows color (decimal): -9155567 or 1133684. OLE color: 1133684.

HSL color Cylindrical-coordinate representation of color #744C11: hue angle of 35.76º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #744C11 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB1167617-
CMYK00.340.850.55
HSL35.76º74.44%26.08%-
HSV(B)35.76º85.34%45.49%-
XYZ9.898.921.73-
YUV81.2391.75152.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 55.50%
GREEN value IS 76 (30.08% from 255) = 36.36%
BLUE value IS 17 (7.03% from 255) = 8.13%
R=55.50%
G=36.36%
B=8.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116761700.340.850.5535.7674.4426.08
Hex744C110225537244a1a
Octal16411421042125674411232
Binary111010010011001000101000101010101110111100100100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744C11; }

 p { color: rgb(116,76,17); }

 H1.HeaderClassName
 {
   color: #744C11;
 }
 .AnyTagClassName
 {
   color: #744C11;
 }
</style>
background-color css

<style>
 a { background-color: #744C11; }

 a { background-color: rgb(116,76,17); }

 div.DivClassName
 {
   background-color: #744C11;
 }
 .BgClassName
 {
   background-color: #744C11;
 }
</style>
border-color css

<style>
 span { border-color: #744C11; }

 span { border-color: rgb(116,76,17); }

 td.TdClassName
 {
   border-color: #744C11;
 }
 .TagClassName
 {
   border-color: #744C11;
 }
</style>