Html Css Color HEX #822E1D Burnt Umber

📋 copy color: '#822E1D'

red 130 ◦ green 46 ◦ blue 29

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

Shades of Burnt Umber #822E1D

Tints of Burnt Umber #822E1D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.44%

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

R = 63.41%
G = 22.44%
B = 14.15%

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

#822E1D (or 0x822E1D) is known color: Burnt Umber. HEX triplet: 82, 2E and 1D. RGB value is (130,46,29). Sum of RGB (Red+Green+Blue) = 130+46+29=205 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.41% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 29 (11.72% from 255 or 14.15% from 205); Max value from RGB is 130 - color contains mainly: red. Hex color #822E1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822E1D is #7DD1E2. Grayscale: #454545. Windows color (decimal): -8245731 or 1912450. OLE color: 1912450.

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

Color convert

RGB 130 46 29 -
CMYK 0 0.65 0.78 0.49
HSL 10.1º 0.64% 0.31% -
HSV(B) 10.1º 0.78% 0.51% -
XYZ 10.4 6.79 1.92 -
YUV 69.18 105.33 171.38 -
System Red Green Blue C M Y K H S L
Decimal 130 46 29 0 0.65 0.78 0.49 10.1 0.64 0.31
Hex 82 2E 1D 0 41 4E 31 A 40 1F
Octal 202 56 35 0 101 116 61 12 100 37
Binary 10000010 101110 11101 0 1000001 1001110 110001 1010 1000000 11111

Color Harmonies of #822E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822E1D

Black with #822E1D

Text Example


Text Example

White with #822E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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