#834412

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

Shades of Saddle Brown #834412

Tints of Saddle Brown #834412

Color information

#834412 (or 0x834412) is unknown color: approx Saddle Brown. HEX triplet: 83, 44 and 12. RGB value is (131,68,18). Sum of RGB (Red+Green+Blue) = 131+68+18=217 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.37% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 131 - color contains mainly: red. Hex color #834412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834412 is #7CBBED. Grayscale: #515151. Windows color (decimal): -8174574 or 1197187. OLE color: 1197187.

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

Color convert

RGB1316818-
CMYK00.480.860.49
HSL26.55º75.84%29.22%-
HSV(B)26.55º86.26%51.37%-
XYZ11.5491.7-
YUV81.1492.37163.57-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 60.37%
GREEN value IS 68 (26.95% from 255) = 31.34%
BLUE value IS 18 (7.42% from 255) = 8.29%
R=60.37%
G=31.34%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131681800.480.860.4926.5575.8429.22
Hex83441203056311b4c1d
Octal20310422060126613311435
Binary100000111000100100100110000101011011000111011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834412; }

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

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

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

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

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

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

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

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