Html Css Color HEX #822D1E Burnt Umber

📋 copy color: '#822D1E'

red 130 ◦ green 45 ◦ blue 30

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

Shades of Burnt Umber #822D1E

Tints of Burnt Umber #822D1E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.95%

 BLUE value IS 30 (12.11% from 255) = 14.63%

R = 63.41%
G = 21.95%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#822D1E (or 0x822D1E) is known color: Burnt Umber. HEX triplet: 82, 2D and 1E. RGB value is (130,45,30). Sum of RGB (Red+Green+Blue) = 130+45+30=205 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.41% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 130 - color contains mainly: red. Hex color #822D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822D1E is #7DD2E1. Grayscale: #444444. Windows color (decimal): -8245986 or 1977730. OLE color: 1977730.

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

Color convert

RGB 130 45 30 -
CMYK 0 0.65 0.77 0.49
HSL 0.63% 0.31% -
HSV(B) 0.77% 0.51% -
XYZ 10.38 6.72 1.98 -
YUV 68.71 106.16 171.72 -
System Red Green Blue C M Y K H S L
Decimal 130 45 30 0 0.65 0.77 0.49 9 0.63 0.31
Hex 82 2D 1E 0 41 4D 31 9 3E 1F
Octal 202 55 36 0 101 115 61 11 76 37
Binary 10000010 101101 11110 0 1000001 1001101 110001 1001 111110 11111

Color Harmonies of #822D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822D1E

Black with #822D1E

Text Example


Text Example

White with #822D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,45,30); }

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

background-color css

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

 a { background-color: rgb(130,45,30); }

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

border-color css

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

 span { border-color: rgb(130,45,30); }

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