Html Css Color HEX #822A0D Burnt Umber

📋 copy color: '#822A0D'

red 130 ◦ green 42 ◦ blue 13

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

Shades of Burnt Umber #822A0D

Tints of Burnt Umber #822A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.03%

R = 70.27%
G = 22.7%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.9

 K value IS 0.49

RGB Variations

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

Color information

#822A0D (or 0x822A0D) is known color: Burnt Umber. HEX triplet: 82, 2A and 0D. RGB value is (130,42,13). Sum of RGB (Red+Green+Blue) = 130+42+13=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 42 (16.80% from 255 or 22.70% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #822A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822A0D is #7DD5F2. Grayscale: #414141. Windows color (decimal): -8246771 or 862850. OLE color: 862850.

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

Color convert

RGB 130 42 13 -
CMYK 0 0.68 0.9 0.49
HSL 14.87º 0.82% 0.28% -
HSV(B) 14.87º 0.9% 0.51% -
XYZ 10.11 6.43 1.09 -
YUV 65.01 98.65 174.36 -
System Red Green Blue C M Y K H S L
Decimal 130 42 13 0 0.68 0.9 0.49 14.87 0.82 0.28
Hex 82 2A D 0 44 5A 31 F 52 1C
Octal 202 52 15 0 104 132 61 17 122 34
Binary 10000010 101010 1101 0 1000100 1011010 110001 1111 1010010 11100

Color Harmonies of #822A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822A0D

Black with #822A0D

Text Example


Text Example

White with #822A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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