#822802

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

Shades of Saddle Brown #822802

Tints of Saddle Brown #822802

Color information

#822802 (or 0x822802) is unknown color: approx Saddle Brown. HEX triplet: 82, 28 and 02. RGB value is (130,40,2). Sum of RGB (Red+Green+Blue) = 130+40+2=172 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.58% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 130 - color contains mainly: red. Hex color #822802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822802 is #7DD7FD. Grayscale: #3E3E3E. Windows color (decimal): -8247294 or 141442. OLE color: 141442.

HSL color Cylindrical-coordinate representation of color #822802: hue angle of 17.81º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #822802 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB130402-
CMYK00.690.980.49
HSL17.81º96.97%25.88%-
HSV(B)17.81º98.46%50.98%-
XYZ9.986.270.74-
YUV62.5893.82176.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 75.58%
GREEN value IS 40 (16.02% from 255) = 23.26%
BLUE value IS 2 (1.17% from 255) = 1.16%
R=75.58%
G=23.26%
B=1.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13040200.690.980.4917.8196.9725.88
Hex82282045623112611a
Octal2025020105142612214132
Binary100000101010001001000101110001011000110010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822802; }

 p { color: rgb(130,40,2); }

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

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

 a { background-color: rgb(130,40,2); }

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

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

 span { border-color: rgb(130,40,2); }

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