#744918

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

Shades of Raw Umber #744918

Tints of Raw Umber #744918

Color information

#744918 (or 0x744918) is unknown color: approx Raw Umber. HEX triplet: 74, 49 and 18. RGB value is (116,73,24). Sum of RGB (Red+Green+Blue) = 116+73+24=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #744918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744918 is #8BB6E7. Grayscale: #505050. Windows color (decimal): -9156328 or 1591668. OLE color: 1591668.

HSL color Cylindrical-coordinate representation of color #744918: hue angle of 31.96º 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 #744918 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB1167324-
CMYK00.370.790.55
HSL31.96º65.71%27.45%-
HSV(B)31.96º79.31%45.49%-
XYZ9.758.542-
YUV80.2796.25153.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.46%
GREEN value IS 73 (28.91% from 255) = 34.27%
BLUE value IS 24 (9.77% from 255) = 11.27%
R=54.46%
G=34.27%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116732400.370.790.5531.9665.7127.45
Hex7449180254F3720421b
Octal16411130045117674010233
Binary111010010010011100001001011001111110111100000100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744918; }

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

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

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

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

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

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

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

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