#834712

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

Shades of Saddle Brown #834712

Tints of Saddle Brown #834712

Color information

#834712 (or 0x834712) is unknown color: approx Saddle Brown. HEX triplet: 83, 47 and 12. RGB value is (131,71,18). Sum of RGB (Red+Green+Blue) = 131+71+18=220 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.55% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 131 - color contains mainly: red. Hex color #834712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834712 is #7CB8ED. Grayscale: #535353. Windows color (decimal): -8173806 or 1197955. OLE color: 1197955.

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

Color convert

RGB1317118-
CMYK00.460.860.49
HSL28.14º75.84%29.22%-
HSV(B)28.14º86.26%51.37%-
XYZ11.729.381.76-
YUV82.991.38162.31-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 59.55%
GREEN value IS 71 (28.12% from 255) = 32.27%
BLUE value IS 18 (7.42% from 255) = 8.18%
R=59.55%
G=32.27%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131711800.460.860.4928.1475.8429.22
Hex83471202E56311c4c1d
Octal20310722056126613411435
Binary100000111000111100100101110101011011000111100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834712; }

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

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

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

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

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

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

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

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