#813107

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

Shades of Saddle Brown #813107

Tints of Saddle Brown #813107

Color information

#813107 (or 0x813107) is unknown color: approx Saddle Brown. HEX triplet: 81, 31 and 07. RGB value is (129,49,7). Sum of RGB (Red+Green+Blue) = 129+49+7=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 7 (3.12% from 255 or 3.78% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #813107 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813107 is #7ECEF8. Grayscale: #444444. Windows color (decimal): -8310521 or 471425. OLE color: 471425.

HSL color Cylindrical-coordinate representation of color #813107: hue angle of 20.66º 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 #813107 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB129497-
CMYK00.620.950.49
HSL20.66º89.71%26.67%-
HSV(B)20.66º94.57%50.59%-
XYZ10.196.880.99-
YUV68.1393.5171.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 69.73%
GREEN value IS 49 (19.53% from 255) = 26.49%
BLUE value IS 7 (3.12% from 255) = 3.78%
R=69.73%
G=26.49%
B=3.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12949700.620.950.4920.6689.7126.67
Hex8131703E5F31155a1b
Octal201617076137612513233
Binary100000011100011110111110101111111000110101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813107; }

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

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

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

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

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

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

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

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