Html Css Color HEX #822C1F Burnt Umber

📋 copy color: '#822C1F'

red 130 ◦ green 44 ◦ blue 31

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

Shades of Burnt Umber #822C1F

Tints of Burnt Umber #822C1F

RGB

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

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

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

R = 63.41%
G = 21.46%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#822C1F (or 0x822C1F) is known color: Burnt Umber. HEX triplet: 82, 2C and 1F. RGB value is (130,44,31). Sum of RGB (Red+Green+Blue) = 130+44+31=205 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.41% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 130 - color contains mainly: red. Hex color #822C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822C1F is #7DD3E0. Grayscale: #444444. Windows color (decimal): -8246241 or 2043010. OLE color: 2043010.

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

Color convert

RGB 130 44 31 -
CMYK 0 0.66 0.76 0.49
HSL 7.88º 0.61% 0.32% -
HSV(B) 7.88º 0.76% 0.51% -
XYZ 10.35 6.65 2.03 -
YUV 68.23 106.99 172.06 -
System Red Green Blue C M Y K H S L
Decimal 130 44 31 0 0.66 0.76 0.49 7.88 0.61 0.32
Hex 82 2C 1F 0 42 4C 31 8 3D 20
Octal 202 54 37 0 102 114 61 10 75 40
Binary 10000010 101100 11111 0 1000010 1001100 110001 1000 111101 100000

Color Harmonies of #822C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822C1F

Black with #822C1F

Text Example


Text Example

White with #822C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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