#81510C

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

Shades of Raw Umber #81510C

Tints of Raw Umber #81510C

Color information

#81510C (or 0x81510C) is unknown color: approx Raw Umber. HEX triplet: 81, 51 and 0C. RGB value is (129,81,12). Sum of RGB (Red+Green+Blue) = 129+81+12=222 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.11% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 129 - color contains mainly: red. Hex color #81510C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #81510C is #7EAEF3. Grayscale: #575757. Windows color (decimal): -8302324 or 807297. OLE color: 807297.

HSL color Cylindrical-coordinate representation of color #81510C: hue angle of 35.38º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81510C is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB1298112-
CMYK00.370.910.49
HSL35.38º82.98%27.65%-
HSV(B)35.38º90.7%50.59%-
XYZ12.0610.581.75-
YUV87.4985.4157.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 58.11%
GREEN value IS 81 (32.03% from 255) = 36.49%
BLUE value IS 12 (5.08% from 255) = 5.41%
R=58.11%
G=36.49%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129811200.370.910.4935.3882.9827.65
Hex8151C0255B3123531c
Octal20112114045133614312334
Binary100000011010001110001001011011011110001100011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81510C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,81,12); }

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

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

 a { background-color: rgb(129,81,12); }

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

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

 span { border-color: rgb(129,81,12); }

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