#813C0D

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

Shades of Saddle Brown #813C0D

Tints of Saddle Brown #813C0D

Color information

#813C0D (or 0x813C0D) is unknown color: approx Saddle Brown. HEX triplet: 81, 3C and 0D. RGB value is (129,60,13). Sum of RGB (Red+Green+Blue) = 129+60+13=202 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.86% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 129 - color contains mainly: red. Hex color #813C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813C0D is #7EC3F2. Grayscale: #4B4B4B. Windows color (decimal): -8307699 or 867457. OLE color: 867457.

HSL color Cylindrical-coordinate representation of color #813C0D: hue angle of 24.31º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #813C0D is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB1296013-
CMYK00.530.900.49
HSL24.31º81.69%27.84%-
HSV(B)24.31º89.92%50.59%-
XYZ10.747.931.34-
YUV75.2792.86166.32-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 63.86%
GREEN value IS 60 (23.83% from 255) = 29.70%
BLUE value IS 13 (5.47% from 255) = 6.44%
R=63.86%
G=29.70%
B=6.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.90
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129601300.530.900.4924.3181.6927.84
Hex813CD0355A3118521c
Octal2017415065132613012234
Binary1000000111110011010110101101101011000111000101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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