#745C09

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

Shades of Raw Umber #745C09

Tints of Raw Umber #745C09

Color information

#745C09 (or 0x745C09) is unknown color: approx Raw Umber. HEX triplet: 74, 5C and 09. RGB value is (116,92,9). Sum of RGB (Red+Green+Blue) = 116+92+9=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 92 (36.33% from 255 or 42.40% from 217); Blue value is 9 (3.91% from 255 or 4.15% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #745C09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745C09 is #8BA3F6. Grayscale: #5A5A5A. Windows color (decimal): -9151479 or 613492. OLE color: 613492.

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

Color convert

RGB116929-
CMYK00.210.920.55
HSL46.54º85.6%24.51%-
HSV(B)46.54º92.24%45.49%-
XYZ11.0811.391.87-
YUV89.7182.45146.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.46%
GREEN value IS 92 (36.33% from 255) = 42.40%
BLUE value IS 9 (3.91% from 255) = 4.15%
R=53.46%
G=42.40%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11692900.210.920.5546.5485.624.51
Hex745C90155C372f5619
Octal16413411025134675712631
Binary1110100101110010010101011011100110111101111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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