#76531C

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

Shades of Raw Umber #76531C

Tints of Raw Umber #76531C

Color information

#76531C (or 0x76531C) is unknown color: approx Raw Umber. HEX triplet: 76, 53 and 1C. RGB value is (118,83,28). Sum of RGB (Red+Green+Blue) = 118+83+28=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 28 (11.33% from 255 or 12.23% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #76531C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76531C is #89ACE3. Grayscale: #575757. Windows color (decimal): -9022692 or 1856374. OLE color: 1856374.

HSL color Cylindrical-coordinate representation of color #76531C: hue angle of 36.67º 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 #76531C is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB1188328-
CMYK00.300.760.54
HSL36.67º61.64%28.63%-
HSV(B)36.67º76.27%46.27%-
XYZ10.7710.122.48-
YUV87.294.6149.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.53%
GREEN value IS 83 (32.81% from 255) = 36.24%
BLUE value IS 28 (11.33% from 255) = 12.23%
R=51.53%
G=36.24%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118832800.300.760.5436.6761.6428.63
Hex76531C01E4C36253e1d
Octal1661233403611466457635
Binary1110110101001111100011110100110011011010010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76531C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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