#822A01

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

Shades of Saddle Brown #822A01

Tints of Saddle Brown #822A01

Color information

#822A01 (or 0x822A01) is unknown color: approx Saddle Brown. HEX triplet: 82, 2A and 01. RGB value is (130,42,1). Sum of RGB (Red+Green+Blue) = 130+42+1=173 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.14% from 173); Green value is 42 (16.80% from 255 or 24.28% from 173); Blue value is 1 (0.78% from 255 or 0.58% from 173); Max value from RGB is 130 - color contains mainly: red. Hex color #822A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822A01 is #7DD5FE. Grayscale: #3F3F3F. Windows color (decimal): -8246783 or 76418. OLE color: 76418.

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

Color convert

RGB130421-
CMYK00.680.990.49
HSL19.07º98.47%25.69%-
HSV(B)19.07º99.23%50.98%-
XYZ10.046.40.74-
YUV63.6492.65175.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 75.14%
GREEN value IS 42 (16.80% from 255) = 24.28%
BLUE value IS 1 (0.78% from 255) = 0.58%
R=75.14%
G=24.28%
B=0.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13042100.680.990.4919.0798.4725.69
Hex822A1044633113621a
Octal2025210104143612314232
Binary10000010101010101000100110001111000110011110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822A01; }

 p { color: rgb(130,42,1); }

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

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

 a { background-color: rgb(130,42,1); }

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

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

 span { border-color: rgb(130,42,1); }

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