#833912

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

Shades of Saddle Brown #833912

Tints of Saddle Brown #833912

Color information

#833912 (or 0x833912) is unknown color: approx Saddle Brown. HEX triplet: 83, 39 and 12. RGB value is (131,57,18). Sum of RGB (Red+Green+Blue) = 131+57+18=206 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.59% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 131 - color contains mainly: red. Hex color #833912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833912 is #7CC6ED. Grayscale: #4A4A4A. Windows color (decimal): -8177390 or 1194371. OLE color: 1194371.

HSL color Cylindrical-coordinate representation of color #833912: hue angle of 20.71º 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 #833912 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB1315718-
CMYK00.560.860.49
HSL20.71º75.84%29.22%-
HSV(B)20.71º86.26%51.37%-
XYZ10.937.81.5-
YUV74.6896.02168.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 63.59%
GREEN value IS 57 (22.66% from 255) = 27.67%
BLUE value IS 18 (7.42% from 255) = 8.74%
R=63.59%
G=27.67%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131571800.560.860.4920.7175.8429.22
Hex8339120385631154c1d
Octal2037122070126612511435
Binary10000011111001100100111000101011011000110101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833912; }

 p { color: rgb(131,57,18); }

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

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

 a { background-color: rgb(131,57,18); }

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

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

 span { border-color: rgb(131,57,18); }

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