#833812

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

Shades of Saddle Brown #833812

Tints of Saddle Brown #833812

Color information

#833812 (or 0x833812) is unknown color: approx Saddle Brown. HEX triplet: 83, 38 and 12. RGB value is (131,56,18). Sum of RGB (Red+Green+Blue) = 131+56+18=205 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.90% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 131 - color contains mainly: red. Hex color #833812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833812 is #7CC7ED. Grayscale: #4A4A4A. Windows color (decimal): -8177646 or 1194115. OLE color: 1194115.

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

Color convert

RGB1315618-
CMYK00.570.860.49
HSL20.18º75.84%29.22%-
HSV(B)20.18º86.26%51.37%-
XYZ10.887.71.48-
YUV74.0996.35168.59-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 63.90%
GREEN value IS 56 (22.27% from 255) = 27.32%
BLUE value IS 18 (7.42% from 255) = 8.78%
R=63.90%
G=27.32%
B=8.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131561800.570.860.4920.1875.8429.22
Hex8338120395631144c1d
Octal2037022071126612411435
Binary10000011111000100100111001101011011000110100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833812; }

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

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

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

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

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

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

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

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