Html Css Color HEX #822A06 Saddle Brown

📋 copy color: '#822A06'

red 130 ◦ green 42 ◦ blue 6

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

Shades of Saddle Brown #822A06

Tints of Saddle Brown #822A06

RGB

 RED value IS 130 (51.17% from 255) = 73.03%

 GREEN value IS 42 (16.8% from 255) = 23.6%

 BLUE value IS 6 (2.73% from 255) = 3.37%

R = 73.03%
G = 23.6%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#822A06 (or 0x822A06) is known color: Saddle Brown. HEX triplet: 82, 2A and 06. RGB value is (130,42,6). Sum of RGB (Red+Green+Blue) = 130+42+6=178 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.03% from 178); Green value is 42 (16.80% from 255 or 23.60% from 178); Blue value is 6 (2.73% from 255 or 3.37% from 178); Max value from RGB is 130 - color contains mainly: red. Hex color #822A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822A06 is #7DD5F9. Grayscale: #404040. Windows color (decimal): -8246778 or 404098. OLE color: 404098.

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

Color convert

RGB 130 42 6 -
CMYK 0 0.68 0.95 0.49
HSL 17.42º 0.91% 0.27% -
HSV(B) 17.42º 0.95% 0.51% -
XYZ 10.07 6.41 0.88 -
YUV 64.21 95.15 174.93 -
System Red Green Blue C M Y K H S L
Decimal 130 42 6 0 0.68 0.95 0.49 17.42 0.91 0.27
Hex 82 2A 6 0 44 5F 31 11 5B 1B
Octal 202 52 6 0 104 137 61 21 133 33
Binary 10000010 101010 110 0 1000100 1011111 110001 10001 1011011 11011

Color Harmonies of #822A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822A06

Black with #822A06

Text Example


Text Example

White with #822A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #822A06;
 }
 .AnyTagClassName
 {
   color: #822A06;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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