#812f00

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

Shades of Saddle Brown #812F00

Tints of Saddle Brown #812F00

Color information

#812F00 (or 0x812F00) is unknown color: approx Saddle Brown. HEX triplet: 81, 2F and 00. RGB value is (129,47,0). Sum of RGB (Red+Green+Blue) = 129+47+0=176 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.30% from 176); Green value is 47 (18.75% from 255 or 26.70% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 129 - color contains mainly: red. Hex color #812F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812F00 is #7ED0FF. Grayscale: #424242. Windows color (decimal): -8311040 or 12161. OLE color: 12161.

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

Color convert

RGB129470-
CMYK00.6410.49
HSL21.86º100%25.29%-
HSV(B)21.86º100%50.59%-
XYZ10.076.70.76-
YUV66.1690.67172.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 73.30%
GREEN value IS 47 (18.75% from 255) = 26.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.30%
G=26.70%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12947000.6410.4921.8610025.29
Hex812F00406431166419
Octal2015700100144612614431
Binary10000001101111001000000110010011000110110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812f00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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