Html Css Color HEX #822C1D Burnt Umber

📋 copy color: '#822C1D'

red 130 ◦ green 44 ◦ blue 29

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

Shades of Burnt Umber #822C1D

Tints of Burnt Umber #822C1D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.67%

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

R = 64.04%
G = 21.67%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#822C1D (or 0x822C1D) is known color: Burnt Umber. HEX triplet: 82, 2C and 1D. RGB value is (130,44,29). Sum of RGB (Red+Green+Blue) = 130+44+29=203 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.04% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 130 - color contains mainly: red. Hex color #822C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822C1D is #7DD3E2. Grayscale: #444444. Windows color (decimal): -8246243 or 1911938. OLE color: 1911938.

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

Color convert

RGB 130 44 29 -
CMYK 0 0.66 0.78 0.49
HSL 8.91º 0.64% 0.31% -
HSV(B) 8.91º 0.78% 0.51% -
XYZ 10.33 6.64 1.9 -
YUV 68 105.99 172.22 -
System Red Green Blue C M Y K H S L
Decimal 130 44 29 0 0.66 0.78 0.49 8.91 0.64 0.31
Hex 82 2C 1D 0 42 4E 31 9 40 1F
Octal 202 54 35 0 102 116 61 11 100 37
Binary 10000010 101100 11101 0 1000010 1001110 110001 1001 1000000 11111

Color Harmonies of #822C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822C1D

Black with #822C1D

Text Example


Text Example

White with #822C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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