Html Css Color HEX #822A1D Burnt Umber

📋 copy color: '#822A1D'

red 130 ◦ green 42 ◦ blue 29

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

Shades of Burnt Umber #822A1D

Tints of Burnt Umber #822A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.43%

R = 64.68%
G = 20.9%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#822A1D (or 0x822A1D) is known color: Burnt Umber. HEX triplet: 82, 2A and 1D. RGB value is (130,42,29). Sum of RGB (Red+Green+Blue) = 130+42+29=201 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.68% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 130 - color contains mainly: red. Hex color #822A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822A1D is #7DD5E2. Grayscale: #424242. Windows color (decimal): -8246755 or 1911426. OLE color: 1911426.

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

Color convert

RGB 130 42 29 -
CMYK 0 0.68 0.78 0.49
HSL 7.72º 0.64% 0.31% -
HSV(B) 7.72º 0.78% 0.51% -
XYZ 10.26 6.49 1.87 -
YUV 66.83 106.65 173.06 -
System Red Green Blue C M Y K H S L
Decimal 130 42 29 0 0.68 0.78 0.49 7.72 0.64 0.31
Hex 82 2A 1D 0 44 4E 31 8 40 1F
Octal 202 52 35 0 104 116 61 10 100 37
Binary 10000010 101010 11101 0 1000100 1001110 110001 1000 1000000 11111

Color Harmonies of #822A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822A1D

Black with #822A1D

Text Example


Text Example

White with #822A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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