Html Css Color HEX #822802 Saddle Brown

📋 copy color: '#822802'

red 130 ◦ green 40 ◦ blue 2

#822802
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #822802

Tints of Saddle Brown #822802

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 value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#822802 (or 0x822802) is known color: 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

RGB 130 40 2 -
CMYK 0 0.69 0.98 0.49
HSL 17.81º 0.97% 0.26% -
HSV(B) 17.81º 0.98% 0.51% -
XYZ 9.98 6.27 0.74 -
YUV 62.58 93.82 176.09 -
System Red Green Blue C M Y K H S L
Decimal 130 40 2 0 0.69 0.98 0.49 17.81 0.97 0.26
Hex 82 28 2 0 45 62 31 12 61 1A
Octal 202 50 2 0 105 142 61 22 141 32
Binary 10000010 101000 10 0 1000101 1100010 110001 10010 1100001 11010

Color Harmonies of #822802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822802

Black with #822802

Text Example


Text Example

White with #822802

Text Example


Text Example

HTML Codes & Css Web 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>