#813B0F

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

Shades of Saddle Brown #813B0F

Tints of Saddle Brown #813B0F

Color information

#813B0F (or 0x813B0F) is unknown color: approx Saddle Brown. HEX triplet: 81, 3B and 0F. RGB value is (129,59,15). Sum of RGB (Red+Green+Blue) = 129+59+15=203 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.55% from 203); Green value is 59 (23.44% from 255 or 29.06% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 129 - color contains mainly: red. Hex color #813B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813B0F is #7EC4F0. Grayscale: #4B4B4B. Windows color (decimal): -8307953 or 998273. OLE color: 998273.

HSL color Cylindrical-coordinate representation of color #813B0F: hue angle of 23.16º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #813B0F is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB1295915-
CMYK00.540.880.49
HSL23.16º79.17%28.24%-
HSV(B)23.16º88.37%50.59%-
XYZ10.77.831.4-
YUV74.9194.19166.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 63.55%
GREEN value IS 59 (23.44% from 255) = 29.06%
BLUE value IS 15 (6.25% from 255) = 7.39%
R=63.55%
G=29.06%
B=7.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129591500.540.880.4923.1679.1728.24
Hex813BF0365831174f1c
Octal2017317066130612711734
Binary1000000111101111110110110101100011000110111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,59,15); }

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

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

 a { background-color: rgb(129,59,15); }

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

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

 span { border-color: rgb(129,59,15); }

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