#815313

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

Shades of Raw Umber #815313

Tints of Raw Umber #815313

Color information

#815313 (or 0x815313) is unknown color: approx Raw Umber. HEX triplet: 81, 53 and 13. RGB value is (129,83,19). Sum of RGB (Red+Green+Blue) = 129+83+19=231 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.84% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 129 - color contains mainly: red. Hex color #815313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #815313 is #7EACEC. Grayscale: #595959. Windows color (decimal): -8301805 or 1266561. OLE color: 1266561.

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

Color convert

RGB1298319-
CMYK00.360.850.49
HSL34.91º74.32%29.02%-
HSV(B)34.91º85.27%50.59%-
XYZ12.2610.92.07-
YUV89.4688.24156.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.84%
GREEN value IS 83 (32.81% from 255) = 35.93%
BLUE value IS 19 (7.81% from 255) = 8.23%
R=55.84%
G=35.93%
B=8.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129831900.360.850.4934.9174.3229.02
Hex8153130245531234a1d
Octal20112323044125614311235
Binary1000000110100111001101001001010101110001100011100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815313; }

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

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

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

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

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

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

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

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