#815A0A

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

Shades of Raw Umber #815A0A

Tints of Raw Umber #815A0A

Color information

#815A0A (or 0x815A0A) is unknown color: approx Raw Umber. HEX triplet: 81, 5A and 0A. RGB value is (129,90,10). Sum of RGB (Red+Green+Blue) = 129+90+10=229 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.33% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 129 - color contains mainly: red. Hex color #815A0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #815A0A is #7EA5F5. Grayscale: #5C5C5C. Windows color (decimal): -8300022 or 678529. OLE color: 678529.

HSL color Cylindrical-coordinate representation of color #815A0A: hue angle of 40.34º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #815A0A is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB1299010-
CMYK00.300.920.49
HSL40.34º85.61%27.25%-
HSV(B)40.34º92.25%50.59%-
XYZ12.76121.93-
YUV92.5481.42154-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.33%
GREEN value IS 90 (35.55% from 255) = 39.30%
BLUE value IS 10 (4.30% from 255) = 4.37%
R=56.33%
G=39.30%
B=4.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129901000.300.920.4940.3485.6127.25
Hex815AA01E5C3128561b
Octal20113212036134615012633
Binary10000001101101010100111101011100110001101000101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815A0A; }

 p { color: rgb(129,90,10); }

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

<style>
 a { background-color: #815A0A; }

 a { background-color: rgb(129,90,10); }

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

<style>
 span { border-color: #815A0A; }

 span { border-color: rgb(129,90,10); }

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