#813C12

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

Shades of Saddle Brown #813C12

Tints of Saddle Brown #813C12

Color information

#813C12 (or 0x813C12) is unknown color: approx Saddle Brown. HEX triplet: 81, 3C and 12. RGB value is (129,60,18). Sum of RGB (Red+Green+Blue) = 129+60+18=207 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.32% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 129 - color contains mainly: red. Hex color #813C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813C12 is #7EC3ED. Grayscale: #4C4C4C. Windows color (decimal): -8307694 or 1195137. OLE color: 1195137.

HSL color Cylindrical-coordinate representation of color #813C12: hue angle of 22.7º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #813C12 is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB1296018-
CMYK00.530.860.49
HSL22.7º75.51%28.82%-
HSV(B)22.7º86.05%50.59%-
XYZ10.787.941.54-
YUV75.8495.36165.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 62.32%
GREEN value IS 60 (23.83% from 255) = 28.99%
BLUE value IS 18 (7.42% from 255) = 8.70%
R=62.32%
G=28.99%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129601800.530.860.4922.775.5128.82
Hex813C120355631174c1d
Octal2017422065126612711435
Binary10000001111100100100110101101011011000110111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813C12; }

 p { color: rgb(129,60,18); }

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

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

 a { background-color: rgb(129,60,18); }

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

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

 span { border-color: rgb(129,60,18); }

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