#822F01

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

Shades of Saddle Brown #822F01

Tints of Saddle Brown #822F01

Color information

#822F01 (or 0x822F01) is unknown color: approx Saddle Brown. HEX triplet: 82, 2F and 01. RGB value is (130,47,1). Sum of RGB (Red+Green+Blue) = 130+47+1=178 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.03% from 178); Green value is 47 (18.75% from 255 or 26.40% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 130 - color contains mainly: red. Hex color #822F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822F01 is #7DD0FE. Grayscale: #424242. Windows color (decimal): -8245503 or 77698. OLE color: 77698.

HSL color Cylindrical-coordinate representation of color #822F01: hue angle of 21.4º 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 #822F01 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB130471-
CMYK00.640.990.49
HSL21.4º98.47%25.69%-
HSV(B)21.4º99.23%50.98%-
XYZ10.236.780.8-
YUV66.5791173.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 73.03%
GREEN value IS 47 (18.75% from 255) = 26.40%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=73.03%
G=26.40%
B=0.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13047100.640.990.4921.498.4725.69
Hex822F1040633115621a
Octal2025710100143612514232
Binary10000010101111101000000110001111000110101110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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