#813611

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

Shades of Saddle Brown #813611

Tints of Saddle Brown #813611

Color information

#813611 (or 0x813611) is unknown color: approx Saddle Brown. HEX triplet: 81, 36 and 11. RGB value is (129,54,17). Sum of RGB (Red+Green+Blue) = 129+54+17=200 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.5% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 17 (7.03% from 255 or 8.5% from 200); Max value from RGB is 129 - color contains mainly: red. Hex color #813611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813611 is #7EC9EE. Grayscale: #484848. Windows color (decimal): -8309231 or 1128065. OLE color: 1128065.

HSL color Cylindrical-coordinate representation of color #813611: hue angle of 19.82º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #813611 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB1295417-
CMYK00.580.870.49
HSL19.82º76.71%28.63%-
HSV(B)19.82º86.82%50.59%-
XYZ10.477.351.4-
YUV72.2196.85168.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 64.5%
GREEN value IS 54 (21.48% from 255) = 27%
BLUE value IS 17 (7.03% from 255) = 8.5%
R=64.5%
G=27%
B=8.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129541700.580.870.4919.8276.7128.63
Hex81361103A5731144d1d
Octal2016621072127612411535
Binary10000001110110100010111010101011111000110100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813611; }

 p { color: rgb(129,54,17); }

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

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

 a { background-color: rgb(129,54,17); }

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

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

 span { border-color: rgb(129,54,17); }

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