#814600

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

Shades of Raw Umber #814600

Tints of Raw Umber #814600

Color information

#814600 (or 0x814600) is unknown color: approx Raw Umber. HEX triplet: 81, 46 and 00. RGB value is (129,70,0). Sum of RGB (Red+Green+Blue) = 129+70+0=199 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.82% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 129 - color contains mainly: red. Hex color #814600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814600 is #7EB9FF. Grayscale: #505050. Windows color (decimal): -8305152 or 18049. OLE color: 18049.

HSL color Cylindrical-coordinate representation of color #814600: hue angle of 32.56º 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 #814600 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB129700-
CMYK00.4610.49
HSL32.56º100%25.29%-
HSV(B)32.56º100%50.59%-
XYZ11.249.051.15-
YUV79.6683.05163.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 64.82%
GREEN value IS 70 (27.73% from 255) = 35.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.82%
G=35.18%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12970000.4610.4932.5610025.29
Hex8146002E6431216419
Octal2011060056144614114431
Binary100000011000110001011101100100110001100001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814600; }

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

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

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

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

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

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

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

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