Html Css Color HEX #822E06 Saddle Brown

📋 copy color: '#822E06'

red 130 ◦ green 46 ◦ blue 6

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

Shades of Saddle Brown #822E06

Tints of Saddle Brown #822E06

RGB

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

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

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

R = 71.43%
G = 25.27%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#822E06 (or 0x822E06) is known color: Saddle Brown. HEX triplet: 82, 2E and 06. RGB value is (130,46,6). Sum of RGB (Red+Green+Blue) = 130+46+6=182 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.43% from 182); Green value is 46 (18.36% from 255 or 25.27% from 182); Blue value is 6 (2.73% from 255 or 3.30% from 182); Max value from RGB is 130 - color contains mainly: red. Hex color #822E06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822E06 is #7DD1F9. Grayscale: #424242. Windows color (decimal): -8245754 or 405122. OLE color: 405122.

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

Color convert

RGB 130 46 6 -
CMYK 0 0.65 0.95 0.49
HSL 19.35º 0.91% 0.27% -
HSV(B) 19.35º 0.95% 0.51% -
XYZ 10.22 6.71 0.93 -
YUV 66.56 93.83 173.25 -
System Red Green Blue C M Y K H S L
Decimal 130 46 6 0 0.65 0.95 0.49 19.35 0.91 0.27
Hex 82 2E 6 0 41 5F 31 13 5B 1B
Octal 202 56 6 0 101 137 61 23 133 33
Binary 10000010 101110 110 0 1000001 1011111 110001 10011 1011011 11011

Color Harmonies of #822E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822E06

Black with #822E06

Text Example


Text Example

White with #822E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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