#76480D

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

Shades of Raw Umber #76480D

Tints of Raw Umber #76480D

Color information

#76480D (or 0x76480D) is unknown color: approx Raw Umber. HEX triplet: 76, 48 and 0D. RGB value is (118,72,13). Sum of RGB (Red+Green+Blue) = 118+72+13=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #76480D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76480D is #89B7F2. Grayscale: #4F4F4F. Windows color (decimal): -9025523 or 870518. OLE color: 870518.

HSL color Cylindrical-coordinate representation of color #76480D: hue angle of 33.71º 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 #76480D is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB1187213-
CMYK00.390.890.54
HSL33.71º80.15%25.69%-
HSV(B)33.71º88.98%46.27%-
XYZ9.868.521.5-
YUV79.0390.74155.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.13%
GREEN value IS 72 (28.52% from 255) = 35.47%
BLUE value IS 13 (5.47% from 255) = 6.40%
R=58.13%
G=35.47%
B=6.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118721300.390.890.5433.7180.1525.69
Hex7648D027593622501a
Octal16611015047131664212032
Binary11101101001000110101001111011001110110100010101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76480D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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