Html Css Color HEX #822A14 Burnt Umber

📋 copy color: '#822A14'

red 130 ◦ green 42 ◦ blue 20

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

Shades of Burnt Umber #822A14

Tints of Burnt Umber #822A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.42%

R = 67.71%
G = 21.88%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#822A14 (or 0x822A14) is known color: Burnt Umber. HEX triplet: 82, 2A and 14. RGB value is (130,42,20). Sum of RGB (Red+Green+Blue) = 130+42+20=192 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.71% from 192); Green value is 42 (16.80% from 255 or 21.88% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 130 - color contains mainly: red. Hex color #822A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822A14 is #7DD5EB. Grayscale: #414141. Windows color (decimal): -8246764 or 1321602. OLE color: 1321602.

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

Color convert

RGB 130 42 20 -
CMYK 0 0.68 0.85 0.49
HSL 12º 0.73% 0.29% -
HSV(B) 12º 0.85% 0.51% -
XYZ 10.16 6.45 1.37 -
YUV 65.8 102.15 173.79 -
System Red Green Blue C M Y K H S L
Decimal 130 42 20 0 0.68 0.85 0.49 12 0.73 0.29
Hex 82 2A 14 0 44 55 31 C 49 1D
Octal 202 52 24 0 104 125 61 14 111 35
Binary 10000010 101010 10100 0 1000100 1010101 110001 1100 1001001 11101

Color Harmonies of #822A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822A14

Black with #822A14

Text Example


Text Example

White with #822A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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