Html Css Color HEX #822D1C Burnt Umber

📋 copy color: '#822D1C'

red 130 ◦ green 45 ◦ blue 28

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

Shades of Burnt Umber #822D1C

Tints of Burnt Umber #822D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.79%

R = 64.04%
G = 22.17%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#822D1C (or 0x822D1C) is known color: Burnt Umber. HEX triplet: 82, 2D and 1C. RGB value is (130,45,28). Sum of RGB (Red+Green+Blue) = 130+45+28=203 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.04% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 130 - color contains mainly: red. Hex color #822D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822D1C is #7DD2E3. Grayscale: #444444. Windows color (decimal): -8245988 or 1846658. OLE color: 1846658.

HSL color Cylindrical-coordinate representation of color #822D1C: hue angle of 10º degrees, saturation: 0.65, 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 #822D1C is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 45 28 -
CMYK 0 0.65 0.78 0.49
HSL 10º 0.65% 0.31% -
HSV(B) 10º 0.78% 0.51% -
XYZ 10.35 6.71 1.85 -
YUV 68.48 105.16 171.88 -
System Red Green Blue C M Y K H S L
Decimal 130 45 28 0 0.65 0.78 0.49 10 0.65 0.31
Hex 82 2D 1C 0 41 4E 31 A 41 1F
Octal 202 55 34 0 101 116 61 12 101 37
Binary 10000010 101101 11100 0 1000001 1001110 110001 1010 1000001 11111

Color Harmonies of #822D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822D1C

Black with #822D1C

Text Example


Text Example

White with #822D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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