Html Css Color HEX #822E08 Saddle Brown

📋 copy color: '#822E08'

red 130 ◦ green 46 ◦ blue 8

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

Shades of Saddle Brown #822E08

Tints of Saddle Brown #822E08

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25%

 BLUE value IS 8 (3.52% from 255) = 4.35%

R = 70.65%
G = 25%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#822E08 (or 0x822E08) is known color: Saddle Brown. HEX triplet: 82, 2E and 08. RGB value is (130,46,8). Sum of RGB (Red+Green+Blue) = 130+46+8=184 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.65% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 8 (3.52% from 255 or 4.35% from 184); Max value from RGB is 130 - color contains mainly: red. Hex color #822E08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822E08 is #7DD1F7. Grayscale: #434343. Windows color (decimal): -8245752 or 536194. OLE color: 536194.

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

Color convert

RGB 130 46 8 -
CMYK 0 0.65 0.94 0.49
HSL 18.69º 0.88% 0.27% -
HSV(B) 18.69º 0.94% 0.51% -
XYZ 10.23 6.72 0.99 -
YUV 66.78 94.83 173.09 -
System Red Green Blue C M Y K H S L
Decimal 130 46 8 0 0.65 0.94 0.49 18.69 0.88 0.27
Hex 82 2E 8 0 41 5E 31 13 58 1B
Octal 202 56 10 0 101 136 61 23 130 33
Binary 10000010 101110 1000 0 1000001 1011110 110001 10011 1011000 11011

Color Harmonies of #822E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822E08

Black with #822E08

Text Example


Text Example

White with #822E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,46,8); }

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

background-color css

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

 a { background-color: rgb(130,46,8); }

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

border-color css

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

 span { border-color: rgb(130,46,8); }

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