Html Css Color HEX #822A1F Burnt Umber

📋 copy color: '#822A1F'

red 130 ◦ green 42 ◦ blue 31

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

Shades of Burnt Umber #822A1F

Tints of Burnt Umber #822A1F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 20.69%

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

R = 64.04%
G = 20.69%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#822A1F (or 0x822A1F) is known color: Burnt Umber. HEX triplet: 82, 2A and 1F. RGB value is (130,42,31). Sum of RGB (Red+Green+Blue) = 130+42+31=203 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.04% from 203); Green value is 42 (16.80% from 255 or 20.69% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 130 - color contains mainly: red. Hex color #822A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822A1F is #7DD5E0. Grayscale: #434343. Windows color (decimal): -8246753 or 2042498. OLE color: 2042498.

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

Color convert

RGB 130 42 31 -
CMYK 0 0.68 0.76 0.49
HSL 6.67º 0.61% 0.32% -
HSV(B) 6.67º 0.76% 0.51% -
XYZ 10.28 6.5 2.01 -
YUV 67.06 107.65 172.89 -
System Red Green Blue C M Y K H S L
Decimal 130 42 31 0 0.68 0.76 0.49 6.67 0.61 0.32
Hex 82 2A 1F 0 44 4C 31 7 3D 20
Octal 202 52 37 0 104 114 61 7 75 40
Binary 10000010 101010 11111 0 1000100 1001100 110001 111 111101 100000

Color Harmonies of #822A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822A1F

Black with #822A1F

Text Example


Text Example

White with #822A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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