#813108

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

Shades of Saddle Brown #813108

Tints of Saddle Brown #813108

Color information

#813108 (or 0x813108) is unknown color: approx Saddle Brown. HEX triplet: 81, 31 and 08. RGB value is (129,49,8). Sum of RGB (Red+Green+Blue) = 129+49+8=186 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.35% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 8 (3.52% from 255 or 4.30% from 186); Max value from RGB is 129 - color contains mainly: red. Hex color #813108 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813108 is #7ECEF7. Grayscale: #444444. Windows color (decimal): -8310520 or 536961. OLE color: 536961.

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

Color convert

RGB129498-
CMYK00.620.940.49
HSL20.33º88.32%26.86%-
HSV(B)20.33º93.8%50.59%-
XYZ10.26.881.02-
YUV68.2594171.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 69.35%
GREEN value IS 49 (19.53% from 255) = 26.34%
BLUE value IS 8 (3.52% from 255) = 4.30%
R=69.35%
G=26.34%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12949800.620.940.4920.3388.3226.86
Hex8131803E5E3114581b
Octal2016110076136612413033
Binary1000000111000110000111110101111011000110100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813108; }

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

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

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

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

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

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

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

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