#745009

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

Shades of Raw Umber #745009

Tints of Raw Umber #745009

Color information

#745009 (or 0x745009) is unknown color: approx Raw Umber. HEX triplet: 74, 50 and 09. RGB value is (116,80,9). Sum of RGB (Red+Green+Blue) = 116+80+9=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 9 (3.91% from 255 or 4.39% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #745009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745009 is #8BAFF6. Grayscale: #525252. Windows color (decimal): -9154551 or 610420. OLE color: 610420.

HSL color Cylindrical-coordinate representation of color #745009: hue angle of 39.81º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #745009 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB116809-
CMYK00.310.920.55
HSL39.81º85.6%24.51%-
HSV(B)39.81º92.24%45.49%-
XYZ10.129.471.55-
YUV82.6786.43151.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.59%
GREEN value IS 80 (31.64% from 255) = 39.02%
BLUE value IS 9 (3.91% from 255) = 4.39%
R=56.59%
G=39.02%
B=4.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11680900.310.920.5539.8185.624.51
Hex7450901F5C37285619
Octal16412011037134675012631
Binary1110100101000010010111111011100110111101000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745009; }

 p { color: rgb(116,80,9); }

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

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

 a { background-color: rgb(116,80,9); }

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

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

 span { border-color: rgb(116,80,9); }

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