#813507

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

Shades of Saddle Brown #813507

Tints of Saddle Brown #813507

Color information

#813507 (or 0x813507) is unknown color: approx Saddle Brown. HEX triplet: 81, 35 and 07. RGB value is (129,53,7). Sum of RGB (Red+Green+Blue) = 129+53+7=189 (25% of max value = 765). Red value is 129 (50.78% from 255 or 68.25% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 7 (3.12% from 255 or 3.70% from 189); Max value from RGB is 129 - color contains mainly: red. Hex color #813507 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813507 is #7ECAF8. Grayscale: #464646. Windows color (decimal): -8309497 or 472449. OLE color: 472449.

HSL color Cylindrical-coordinate representation of color #813507: hue angle of 22.62º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #813507 is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB129537-
CMYK00.590.950.49
HSL22.62º89.71%26.67%-
HSV(B)22.62º94.57%50.59%-
XYZ10.367.231.05-
YUV70.4892.18169.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 68.25%
GREEN value IS 53 (21.09% from 255) = 28.04%
BLUE value IS 7 (3.12% from 255) = 3.70%
R=68.25%
G=28.04%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12953700.590.950.4922.6289.7126.67
Hex8135703B5F31175a1b
Octal201657073137612713233
Binary100000011101011110111011101111111000110111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813507; }

 p { color: rgb(129,53,7); }

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

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

 a { background-color: rgb(129,53,7); }

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

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

 span { border-color: rgb(129,53,7); }

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