#834212

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

Shades of Saddle Brown #834212

Tints of Saddle Brown #834212

Color information

#834212 (or 0x834212) is unknown color: approx Saddle Brown. HEX triplet: 83, 42 and 12. RGB value is (131,66,18). Sum of RGB (Red+Green+Blue) = 131+66+18=215 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.93% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 131 - color contains mainly: red. Hex color #834212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834212 is #7CBDED. Grayscale: #505050. Windows color (decimal): -8175086 or 1196675. OLE color: 1196675.

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

Color convert

RGB1316618-
CMYK00.500.860.49
HSL25.49º75.84%29.22%-
HSV(B)25.49º86.26%51.37%-
XYZ11.428.771.66-
YUV79.9693.03164.4-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 60.93%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 18 (7.42% from 255) = 8.37%
R=60.93%
G=30.70%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131661800.500.860.4925.4975.8429.22
Hex8342120325631194c1d
Octal20310222062126613111435
Binary100000111000010100100110010101011011000111001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834212; }

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

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

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

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

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

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

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

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