#813D07

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

Shades of Saddle Brown #813D07

Tints of Saddle Brown #813D07

Color information

#813D07 (or 0x813D07) is unknown color: approx Saddle Brown. HEX triplet: 81, 3D and 07. RGB value is (129,61,7). Sum of RGB (Red+Green+Blue) = 129+61+7=197 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.48% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 7 (3.12% from 255 or 3.55% from 197); Max value from RGB is 129 - color contains mainly: red. Hex color #813D07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813D07 is #7EC2F8. Grayscale: #4B4B4B. Windows color (decimal): -8307449 or 474497. OLE color: 474497.

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

Color convert

RGB129617-
CMYK00.530.950.49
HSL26.56º89.71%26.67%-
HSV(B)26.56º94.57%50.59%-
XYZ10.768.021.18-
YUV75.1889.53166.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 65.48%
GREEN value IS 61 (24.22% from 255) = 30.96%
BLUE value IS 7 (3.12% from 255) = 3.55%
R=65.48%
G=30.96%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12961700.530.950.4926.5689.7126.67
Hex813D70355F311b5a1b
Octal201757065137613313233
Binary100000011111011110110101101111111000111011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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