#744A18

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

Shades of Raw Umber #744A18

Tints of Raw Umber #744A18

Color information

#744A18 (or 0x744A18) is unknown color: approx Raw Umber. HEX triplet: 74, 4A and 18. RGB value is (116,74,24). Sum of RGB (Red+Green+Blue) = 116+74+24=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 24 (9.77% from 255 or 11.21% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #744A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744A18 is #8BB5E7. Grayscale: #515151. Windows color (decimal): -9156072 or 1591924. OLE color: 1591924.

HSL color Cylindrical-coordinate representation of color #744A18: hue angle of 32.61º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #744A18 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB1167424-
CMYK00.360.790.55
HSL32.61º65.71%27.45%-
HSV(B)32.61º79.31%45.49%-
XYZ9.828.682.02-
YUV80.8695.91153.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.21%
GREEN value IS 74 (29.30% from 255) = 34.58%
BLUE value IS 24 (9.77% from 255) = 11.21%
R=54.21%
G=34.58%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116742400.360.790.5532.6165.7127.45
Hex744A180244F3721421b
Octal16411230044117674110233
Binary111010010010101100001001001001111110111100001100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,74,24); }

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

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

 a { background-color: rgb(116,74,24); }

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

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

 span { border-color: rgb(116,74,24); }

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