#815312

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

Shades of Raw Umber #815312

Tints of Raw Umber #815312

Color information

#815312 (or 0x815312) is unknown color: approx Raw Umber. HEX triplet: 81, 53 and 12. RGB value is (129,83,18). Sum of RGB (Red+Green+Blue) = 129+83+18=230 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.09% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 129 - color contains mainly: red. Hex color #815312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #815312 is #7EACED. Grayscale: #595959. Windows color (decimal): -8301806 or 1201025. OLE color: 1201025.

HSL color Cylindrical-coordinate representation of color #815312: hue angle of 35.14º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #815312 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB1298318-
CMYK00.360.860.49
HSL35.14º75.51%28.82%-
HSV(B)35.14º86.05%50.59%-
XYZ12.2610.92.03-
YUV89.3487.74156.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.09%
GREEN value IS 83 (32.81% from 255) = 36.09%
BLUE value IS 18 (7.42% from 255) = 7.83%
R=56.09%
G=36.09%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129831800.360.860.4935.1475.5128.82
Hex8153120245631234c1d
Octal20112322044126614311435
Binary1000000110100111001001001001010110110001100011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815312; }

 p { color: rgb(129,83,18); }

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

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

 a { background-color: rgb(129,83,18); }

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

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

 span { border-color: rgb(129,83,18); }

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