#824111

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

Shades of Saddle Brown #824111

Tints of Saddle Brown #824111

Color information

#824111 (or 0x824111) is unknown color: approx Saddle Brown. HEX triplet: 82, 41 and 11. RGB value is (130,65,17). Sum of RGB (Red+Green+Blue) = 130+65+17=212 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.32% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 130 - color contains mainly: red. Hex color #824111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824111 is #7DBEEE. Grayscale: #4F4F4F. Windows color (decimal): -8240879 or 1130882. OLE color: 1130882.

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

Color convert

RGB1306517-
CMYK00.500.870.49
HSL25.49º76.87%28.82%-
HSV(B)25.49º86.92%50.98%-
XYZ11.28.571.59-
YUV78.9693.03164.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.32%
GREEN value IS 65 (25.78% from 255) = 30.66%
BLUE value IS 17 (7.03% from 255) = 8.02%
R=61.32%
G=30.66%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130651700.500.870.4925.4976.8728.82
Hex8241110325731194d1d
Octal20210121062127613111535
Binary100000101000001100010110010101011111000111001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824111; }

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

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

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

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

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

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

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

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