#745209

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

Shades of Raw Umber #745209

Tints of Raw Umber #745209

Color information

#745209 (or 0x745209) is unknown color: approx Raw Umber. HEX triplet: 74, 52 and 09. RGB value is (116,82,9). Sum of RGB (Red+Green+Blue) = 116+82+9=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 9 (3.91% from 255 or 4.35% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #745209 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745209 is #8BADF6. Grayscale: #545454. Windows color (decimal): -9154039 or 610932. OLE color: 610932.

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

Color convert

RGB116829-
CMYK00.290.920.55
HSL40.93º85.6%24.51%-
HSV(B)40.93º92.24%45.49%-
XYZ10.279.771.6-
YUV83.8485.76150.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.04%
GREEN value IS 82 (32.42% from 255) = 39.61%
BLUE value IS 9 (3.91% from 255) = 4.35%
R=56.04%
G=39.61%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11682900.290.920.5540.9385.624.51
Hex7452901D5C37295619
Octal16412211035134675112631
Binary1110100101001010010111011011100110111101001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745209; }

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

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

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

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

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

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

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

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