#834513

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

Shades of Saddle Brown #834513

Tints of Saddle Brown #834513

Color information

#834513 (or 0x834513) is unknown color: approx Saddle Brown. HEX triplet: 83, 45 and 13. RGB value is (131,69,19). Sum of RGB (Red+Green+Blue) = 131+69+19=219 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.82% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 131 - color contains mainly: red. Hex color #834513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834513 is #7CBAEC. Grayscale: #525252. Windows color (decimal): -8174317 or 1262979. OLE color: 1262979.

HSL color Cylindrical-coordinate representation of color #834513: hue angle of 26.79º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #834513 is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB1316919-
CMYK00.470.850.49
HSL26.79º74.67%29.41%-
HSV(B)26.79º85.5%51.37%-
XYZ11.619.131.77-
YUV81.8492.54163.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 59.82%
GREEN value IS 69 (27.34% from 255) = 31.51%
BLUE value IS 19 (7.81% from 255) = 8.68%
R=59.82%
G=31.51%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131691900.470.850.4926.7974.6729.41
Hex83451302F55311b4b1d
Octal20310523057125613311335
Binary100000111000101100110101111101010111000111011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834513; }

 p { color: rgb(131,69,19); }

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

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

 a { background-color: rgb(131,69,19); }

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

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

 span { border-color: rgb(131,69,19); }

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