#76521C

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

Shades of Raw Umber #76521C

Tints of Raw Umber #76521C

Color information

#76521C (or 0x76521C) is unknown color: approx Raw Umber. HEX triplet: 76, 52 and 1C. RGB value is (118,82,28). Sum of RGB (Red+Green+Blue) = 118+82+28=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #76521C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76521C is #89ADE3. Grayscale: #565656. Windows color (decimal): -9022948 or 1856118. OLE color: 1856118.

HSL color Cylindrical-coordinate representation of color #76521C: hue angle of 36º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76521C is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB1188228-
CMYK00.310.760.54
HSL36º61.64%28.63%-
HSV(B)36º76.27%46.27%-
XYZ10.79.972.46-
YUV86.6194.93150.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.75%
GREEN value IS 82 (32.42% from 255) = 35.96%
BLUE value IS 28 (11.33% from 255) = 12.28%
R=51.75%
G=35.96%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118822800.310.760.543661.6428.63
Hex76521C01F4C36243e1d
Octal1661223403711466447635
Binary1110110101001011100011111100110011011010010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76521C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76521C; }

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

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

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

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

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

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

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

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