Html Css Color HEX #822D24 Burnt Umber

📋 copy color: '#822D24'

red 130 ◦ green 45 ◦ blue 36

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

Shades of Burnt Umber #822D24

Tints of Burnt Umber #822D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 17.06%

R = 61.61%
G = 21.33%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#822D24 (or 0x822D24) is known color: Burnt Umber. HEX triplet: 82, 2D and 24. RGB value is (130,45,36). Sum of RGB (Red+Green+Blue) = 130+45+36=211 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.61% from 211); Green value is 45 (17.97% from 255 or 21.33% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 130 - color contains mainly: red. Hex color #822D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822D24 is #7DD2DB. Grayscale: #454545. Windows color (decimal): -8245980 or 2370946. OLE color: 2370946.

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

Color convert

RGB 130 45 36 -
CMYK 0 0.65 0.72 0.49
HSL 5.74º 0.57% 0.33% -
HSV(B) 5.74º 0.72% 0.51% -
XYZ 10.46 6.75 2.42 -
YUV 69.39 109.16 171.23 -
System Red Green Blue C M Y K H S L
Decimal 130 45 36 0 0.65 0.72 0.49 5.74 0.57 0.33
Hex 82 2D 24 0 41 48 31 6 39 21
Octal 202 55 44 0 101 110 61 6 71 41
Binary 10000010 101101 100100 0 1000001 1001000 110001 110 111001 100001

Color Harmonies of #822D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822D24

Black with #822D24

Text Example


Text Example

White with #822D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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