#76510D

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

Shades of Raw Umber #76510D

Tints of Raw Umber #76510D

Color information

#76510D (or 0x76510D) is unknown color: approx Raw Umber. HEX triplet: 76, 51 and 0D. RGB value is (118,81,13). Sum of RGB (Red+Green+Blue) = 118+81+13=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #76510D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76510D is #89AEF2. Grayscale: #545454. Windows color (decimal): -9023219 or 872822. OLE color: 872822.

HSL color Cylindrical-coordinate representation of color #76510D: hue angle of 38.86º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76510D is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB1188113-
CMYK00.310.890.54
HSL38.86º80.15%25.69%-
HSV(B)38.86º88.98%46.27%-
XYZ10.499.771.71-
YUV84.3187.76152.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.66%
GREEN value IS 81 (32.03% from 255) = 38.21%
BLUE value IS 13 (5.47% from 255) = 6.13%
R=55.66%
G=38.21%
B=6.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118811300.310.890.5438.8680.1525.69
Hex7651D01F593627501a
Octal16612115037131664712032
Binary1110110101000111010111111011001110110100111101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76510D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76510D; }

 p { color: rgb(118,81,13); }

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

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

 a { background-color: rgb(118,81,13); }

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

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

 span { border-color: rgb(118,81,13); }

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