Html Css Color HEX #822F1D Burnt Umber

📋 copy color: '#822F1D'

red 130 ◦ green 47 ◦ blue 29

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

Shades of Burnt Umber #822F1D

Tints of Burnt Umber #822F1D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.82%

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

R = 63.11%
G = 22.82%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#822F1D (or 0x822F1D) is known color: Burnt Umber. HEX triplet: 82, 2F and 1D. RGB value is (130,47,29). Sum of RGB (Red+Green+Blue) = 130+47+29=206 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.11% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 130 - color contains mainly: red. Hex color #822F1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822F1D is #7DD0E2. Grayscale: #454545. Windows color (decimal): -8245475 or 1912706. OLE color: 1912706.

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

Color convert

RGB 130 47 29 -
CMYK 0 0.64 0.78 0.49
HSL 10.69º 0.64% 0.31% -
HSV(B) 10.69º 0.78% 0.51% -
XYZ 10.44 6.87 1.94 -
YUV 69.77 105 170.96 -
System Red Green Blue C M Y K H S L
Decimal 130 47 29 0 0.64 0.78 0.49 10.69 0.64 0.31
Hex 82 2F 1D 0 40 4E 31 B 40 1F
Octal 202 57 35 0 100 116 61 13 100 37
Binary 10000010 101111 11101 0 1000000 1001110 110001 1011 1000000 11111

Color Harmonies of #822F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822F1D

Black with #822F1D

Text Example


Text Example

White with #822F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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