Html Css Color HEX #822E00 Saddle Brown

📋 copy color: '#822E00'

red 130 ◦ green 46 ◦ blue 0

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

Shades of Saddle Brown #822E00

Tints of Saddle Brown #822E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.86%
G = 26.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#822E00 (or 0x822E00) is known color: Saddle Brown. HEX triplet: 82, 2E and 00. RGB value is (130,46,0). Sum of RGB (Red+Green+Blue) = 130+46+0=176 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.86% from 176); Green value is 46 (18.36% from 255 or 26.14% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 130 - color contains mainly: red. Hex color #822E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822E00 is #7DD1FF. Grayscale: #424242. Windows color (decimal): -8245760 or 11906. OLE color: 11906.

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

Color convert

RGB 130 46 0 -
CMYK 0 0.65 1 0.49
HSL 21.23º 1% 0.25% -
HSV(B) 21.23º 1% 0.51% -
XYZ 10.18 6.7 0.76 -
YUV 65.87 90.83 173.74 -
System Red Green Blue C M Y K H S L
Decimal 130 46 0 0 0.65 1 0.49 21.23 1 0.25
Hex 82 2E 0 0 41 64 31 15 64 19
Octal 202 56 0 0 101 144 61 25 144 31
Binary 10000010 101110 0 0 1000001 1100100 110001 10101 1100100 11001

Color Harmonies of #822E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822E00

Black with #822E00

Text Example


Text Example

White with #822E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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