#823211

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

Shades of Saddle Brown #823211

Tints of Saddle Brown #823211

Color information

#823211 (or 0x823211) is unknown color: approx Saddle Brown. HEX triplet: 82, 32 and 11. RGB value is (130,50,17). Sum of RGB (Red+Green+Blue) = 130+50+17=197 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.99% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 130 - color contains mainly: red. Hex color #823211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823211 is #7DCDEE. Grayscale: #464646. Windows color (decimal): -8244719 or 1127042. OLE color: 1127042.

HSL color Cylindrical-coordinate representation of color #823211: hue angle of 17.52º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #823211 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB1305017-
CMYK00.620.870.49
HSL17.52º76.87%28.82%-
HSV(B)17.52º86.92%50.98%-
XYZ10.457.071.34-
YUV70.1698170.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 65.99%
GREEN value IS 50 (19.92% from 255) = 25.38%
BLUE value IS 17 (7.03% from 255) = 8.63%
R=65.99%
G=25.38%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130501700.620.870.4917.5276.8728.82
Hex82321103E5731124d1d
Octal2026221076127612211535
Binary10000010110010100010111110101011111000110010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823211; }

 p { color: rgb(130,50,17); }

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

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

 a { background-color: rgb(130,50,17); }

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

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

 span { border-color: rgb(130,50,17); }

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