#76520A

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

Shades of Raw Umber #76520A

Tints of Raw Umber #76520A

Color information

#76520A (or 0x76520A) is unknown color: approx Raw Umber. HEX triplet: 76, 52 and 0A. RGB value is (118,82,10). Sum of RGB (Red+Green+Blue) = 118+82+10=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 10 (4.30% from 255 or 4.76% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #76520A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76520A is #89ADF5. Grayscale: #545454. Windows color (decimal): -9022966 or 676470. OLE color: 676470.

HSL color Cylindrical-coordinate representation of color #76520A: hue angle of 40º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76520A is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB1188210-
CMYK00.310.920.54
HSL40º84.38%25.1%-
HSV(B)40º91.53%46.27%-
XYZ10.549.911.64-
YUV84.5685.93151.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.19%
GREEN value IS 82 (32.42% from 255) = 39.05%
BLUE value IS 10 (4.30% from 255) = 4.76%
R=56.19%
G=39.05%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118821000.310.920.544084.3825.1
Hex7652A01F5C36285419
Octal16612212037134665012431
Binary1110110101001010100111111011100110110101000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76520A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76520A; }

 p { color: rgb(118,82,10); }

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

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

 a { background-color: rgb(118,82,10); }

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

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

 span { border-color: rgb(118,82,10); }

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