Html Css Color HEX #822D1F Burnt Umber

📋 copy color: '#822D1F'

red 130 ◦ green 45 ◦ blue 31

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

Shades of Burnt Umber #822D1F

Tints of Burnt Umber #822D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.05%

R = 63.11%
G = 21.84%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#822D1F (or 0x822D1F) is known color: Burnt Umber. HEX triplet: 82, 2D and 1F. RGB value is (130,45,31). Sum of RGB (Red+Green+Blue) = 130+45+31=206 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.11% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 130 - color contains mainly: red. Hex color #822D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822D1F is #7DD2E0. Grayscale: #444444. Windows color (decimal): -8245985 or 2043266. OLE color: 2043266.

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

Color convert

RGB 130 45 31 -
CMYK 0 0.65 0.76 0.49
HSL 8.48º 0.61% 0.32% -
HSV(B) 8.48º 0.76% 0.51% -
XYZ 10.39 6.72 2.05 -
YUV 68.82 106.66 171.64 -
System Red Green Blue C M Y K H S L
Decimal 130 45 31 0 0.65 0.76 0.49 8.48 0.61 0.32
Hex 82 2D 1F 0 41 4C 31 8 3D 20
Octal 202 55 37 0 101 114 61 10 75 40
Binary 10000010 101101 11111 0 1000001 1001100 110001 1000 111101 100000

Color Harmonies of #822D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822D1F

Black with #822D1F

Text Example


Text Example

White with #822D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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