Html Css Color HEX #822B1F Burnt Umber

📋 copy color: '#822B1F'

red 130 ◦ green 43 ◦ blue 31

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

Shades of Burnt Umber #822B1F

Tints of Burnt Umber #822B1F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.08%

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

R = 63.73%
G = 21.08%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#822B1F (or 0x822B1F) is known color: Burnt Umber. HEX triplet: 82, 2B and 1F. RGB value is (130,43,31). Sum of RGB (Red+Green+Blue) = 130+43+31=204 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.73% from 204); Green value is 43 (17.19% from 255 or 21.08% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 130 - color contains mainly: red. Hex color #822B1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822B1F is #7DD4E0. Grayscale: #434343. Windows color (decimal): -8246497 or 2042754. OLE color: 2042754.

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

Color convert

RGB 130 43 31 -
CMYK 0 0.67 0.76 0.49
HSL 7.27º 0.61% 0.32% -
HSV(B) 7.27º 0.76% 0.51% -
XYZ 10.32 6.57 2.02 -
YUV 67.65 107.32 172.48 -
System Red Green Blue C M Y K H S L
Decimal 130 43 31 0 0.67 0.76 0.49 7.27 0.61 0.32
Hex 82 2B 1F 0 43 4C 31 7 3D 20
Octal 202 53 37 0 103 114 61 7 75 40
Binary 10000010 101011 11111 0 1000011 1001100 110001 111 111101 100000

Color Harmonies of #822B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822B1F

Black with #822B1F

Text Example


Text Example

White with #822B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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