#744008

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

Shades of Raw Umber #744008

Tints of Raw Umber #744008

Color information

#744008 (or 0x744008) is unknown color: approx Raw Umber. HEX triplet: 74, 40 and 08. RGB value is (116,64,8). Sum of RGB (Red+Green+Blue) = 116+64+8=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 8 (3.52% from 255 or 4.26% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #744008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744008 is #8BBFF7. Grayscale: #494949. Windows color (decimal): -9158648 or 540788. OLE color: 540788.

HSL color Cylindrical-coordinate representation of color #744008: hue angle of 31.11º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #744008 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB116648-
CMYK00.450.930.55
HSL31.11º87.1%24.31%-
HSV(B)31.11º93.1%45.49%-
XYZ9.087.41.18-
YUV73.1691.23158.55-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 61.70%
GREEN value IS 64 (25.39% from 255) = 34.04%
BLUE value IS 8 (3.52% from 255) = 4.26%
R=61.70%
G=34.04%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11664800.450.930.5531.1187.124.31
Hex7440802D5D371f5718
Octal16410010055135673712730
Binary1110100100000010000101101101110111011111111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744008; }

 p { color: rgb(116,64,8); }

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

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

 a { background-color: rgb(116,64,8); }

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

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

 span { border-color: rgb(116,64,8); }

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