Html Css Color HEX #822B1D Burnt Umber

📋 copy color: '#822B1D'

red 130 ◦ green 43 ◦ blue 29

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

Shades of Burnt Umber #822B1D

Tints of Burnt Umber #822B1D

RGB

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

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

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

R = 64.36%
G = 21.29%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#822B1D (or 0x822B1D) is known color: Burnt Umber. HEX triplet: 82, 2B and 1D. RGB value is (130,43,29). Sum of RGB (Red+Green+Blue) = 130+43+29=202 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.36% from 202); Green value is 43 (17.19% from 255 or 21.29% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 130 - color contains mainly: red. Hex color #822B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822B1D is #7DD4E2. Grayscale: #434343. Windows color (decimal): -8246499 or 1911682. OLE color: 1911682.

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

Color convert

RGB 130 43 29 -
CMYK 0 0.67 0.78 0.49
HSL 8.32º 0.64% 0.31% -
HSV(B) 8.32º 0.78% 0.51% -
XYZ 10.29 6.56 1.89 -
YUV 67.42 106.32 172.64 -
System Red Green Blue C M Y K H S L
Decimal 130 43 29 0 0.67 0.78 0.49 8.32 0.64 0.31
Hex 82 2B 1D 0 43 4E 31 8 40 1F
Octal 202 53 35 0 103 116 61 10 100 37
Binary 10000010 101011 11101 0 1000011 1001110 110001 1000 1000000 11111

Color Harmonies of #822B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822B1D

Black with #822B1D

Text Example


Text Example

White with #822B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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