#745E08

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

Shades of Raw Umber #745E08

Tints of Raw Umber #745E08

Color information

#745E08 (or 0x745E08) is unknown color: approx Raw Umber. HEX triplet: 74, 5E and 08. RGB value is (116,94,8). Sum of RGB (Red+Green+Blue) = 116+94+8=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 94 (37.11% from 255 or 43.12% from 218); Blue value is 8 (3.52% from 255 or 3.67% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #745E08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745E08 is #8BA1F7. Grayscale: #5B5B5B. Windows color (decimal): -9150968 or 548468. OLE color: 548468.

HSL color Cylindrical-coordinate representation of color #745E08: hue angle of 47.78º 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 #745E08 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB116948-
CMYK00.190.930.55
HSL47.78º87.1%24.31%-
HSV(B)47.78º93.1%45.49%-
XYZ11.2511.741.9-
YUV90.7781.29145.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.21%
GREEN value IS 94 (37.11% from 255) = 43.12%
BLUE value IS 8 (3.52% from 255) = 3.67%
R=53.21%
G=43.12%
B=3.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11694800.190.930.5547.7887.124.31
Hex745E80135D37305718
Octal16413610023135676012730
Binary1110100101111010000100111011101110111110000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745E08; }

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

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

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

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

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

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

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

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