#765412

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

Shades of Raw Umber #765412

Tints of Raw Umber #765412

Color information

#765412 (or 0x765412) is unknown color: approx Raw Umber. HEX triplet: 76, 54 and 12. RGB value is (118,84,18). Sum of RGB (Red+Green+Blue) = 118+84+18=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #765412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765412 is #89ABED. Grayscale: #565656. Windows color (decimal): -9022446 or 1201270. OLE color: 1201270.

HSL color Cylindrical-coordinate representation of color #765412: hue angle of 39.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #765412 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB1188418-
CMYK00.290.850.54
HSL39.6º73.53%26.67%-
HSV(B)39.6º84.75%46.27%-
XYZ10.7510.241.98-
YUV86.6489.26150.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.64%
GREEN value IS 84 (33.20% from 255) = 38.18%
BLUE value IS 18 (7.42% from 255) = 8.18%
R=53.64%
G=38.18%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118841800.290.850.5439.673.5326.67
Hex76541201D5536284a1b
Octal16612422035125665011233
Binary11101101010100100100111011010101110110101000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765412; }

 p { color: rgb(118,84,18); }

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

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

 a { background-color: rgb(118,84,18); }

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

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

 span { border-color: rgb(118,84,18); }

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