#812E01

Color #812E01 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #812E01

Tints of Saddle Brown #812E01

Color information

#812E01 (or 0x812E01) is unknown color: approx Saddle Brown. HEX triplet: 81, 2E and 01. RGB value is (129,46,1). Sum of RGB (Red+Green+Blue) = 129+46+1=176 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.30% from 176); Green value is 46 (18.36% from 255 or 26.14% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 129 - color contains mainly: red. Hex color #812E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812E01 is #7ED1FE. Grayscale: #414141. Windows color (decimal): -8311295 or 77441. OLE color: 77441.

HSL color Cylindrical-coordinate representation of color #812E01: hue angle of 21.09º 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 #812E01 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB129461-
CMYK00.640.990.49
HSL21.09º98.46%25.49%-
HSV(B)21.09º99.22%50.59%-
XYZ10.046.620.78-
YUV65.6991.5173.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 73.30%
GREEN value IS 46 (18.36% from 255) = 26.14%
BLUE value IS 1 (0.78% from 255) = 0.57%
R=73.30%
G=26.14%
B=0.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12946100.640.990.4921.0998.4625.49
Hex812E10406331156219
Octal2015610100143612514231
Binary10000001101110101000000110001111000110101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812E01; }

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

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

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

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

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

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

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

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