#815100

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

Shades of Raw Umber #815100

Tints of Raw Umber #815100

Color information

#815100 (or 0x815100) is unknown color: approx Raw Umber. HEX triplet: 81, 51 and 00. RGB value is (129,81,0). Sum of RGB (Red+Green+Blue) = 129+81+0=210 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.43% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 129 - color contains mainly: red. Hex color #815100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #815100 is #7EAEFF. Grayscale: #565656. Windows color (decimal): -8302336 or 20865. OLE color: 20865.

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

Color convert

RGB129810-
CMYK00.3710.49
HSL37.67º100%25.29%-
HSV(B)37.67º100%50.59%-
XYZ1210.551.4-
YUV86.1279.4158.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 61.43%
GREEN value IS 81 (32.03% from 255) = 38.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.43%
G=38.57%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12981000.3710.4937.6710025.29
Hex815100256431266419
Octal2011210045144614614431
Binary100000011010001001001011100100110001100110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815100; }

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

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

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

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

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

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

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

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