#812F09

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

Shades of Saddle Brown #812F09

Tints of Saddle Brown #812F09

Color information

#812F09 (or 0x812F09) is unknown color: approx Saddle Brown. HEX triplet: 81, 2F and 09. RGB value is (129,47,9). Sum of RGB (Red+Green+Blue) = 129+47+9=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 47 (18.75% from 255 or 25.41% from 185); Blue value is 9 (3.91% from 255 or 4.86% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #812F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812F09 is #7ED0F6. Grayscale: #434343. Windows color (decimal): -8311031 or 601985. OLE color: 601985.

HSL color Cylindrical-coordinate representation of color #812F09: hue angle of 19º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #812F09 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB129479-
CMYK00.640.930.49
HSL19º86.96%27.06%-
HSV(B)19º93.02%50.59%-
XYZ10.126.721.02-
YUV67.1995.17172.09-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 69.73%
GREEN value IS 47 (18.75% from 255) = 25.41%
BLUE value IS 9 (3.91% from 255) = 4.86%
R=69.73%
G=25.41%
B=4.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12947900.640.930.491986.9627.06
Hex812F90405D3113571b
Octal20157110100135612312733
Binary10000001101111100101000000101110111000110011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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