#815301

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

Shades of Raw Umber #815301

Tints of Raw Umber #815301

Color information

#815301 (or 0x815301) is unknown color: approx Raw Umber. HEX triplet: 81, 53 and 01. RGB value is (129,83,1). Sum of RGB (Red+Green+Blue) = 129+83+1=213 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.56% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 129 - color contains mainly: red. Hex color #815301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #815301 is #7EACFE. Grayscale: #575757. Windows color (decimal): -8301823 or 86913. OLE color: 86913.

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

Color convert

RGB129831-
CMYK00.360.990.49
HSL38.44º98.46%25.49%-
HSV(B)38.44º99.22%50.59%-
XYZ12.1510.861.48-
YUV87.4179.24157.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 60.56%
GREEN value IS 83 (32.81% from 255) = 38.97%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=60.56%
G=38.97%
B=0.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12983100.360.990.4938.4498.4625.49
Hex815310246331266219
Octal2011231044143614614231
Binary100000011010011101001001100011110001100110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815301; }

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

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

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

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

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

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

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

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