Html Css Color HEX #822C24 Burnt Umber

📋 copy color: '#822C24'

red 130 ◦ green 44 ◦ blue 36

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

Shades of Burnt Umber #822C24

Tints of Burnt Umber #822C24

RGB

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

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

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

R = 61.9%
G = 20.95%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#822C24 (or 0x822C24) is known color: Burnt Umber. HEX triplet: 82, 2C and 24. RGB value is (130,44,36). Sum of RGB (Red+Green+Blue) = 130+44+36=210 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.90% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 36 (14.45% from 255 or 17.14% from 210); Max value from RGB is 130 - color contains mainly: red. Hex color #822C24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822C24 is #7DD3DB. Grayscale: #444444. Windows color (decimal): -8246236 or 2370690. OLE color: 2370690.

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

Color convert

RGB 130 44 36 -
CMYK 0 0.66 0.72 0.49
HSL 5.11º 0.57% 0.33% -
HSV(B) 5.11º 0.72% 0.51% -
XYZ 10.43 6.67 2.41 -
YUV 68.8 109.49 171.65 -
System Red Green Blue C M Y K H S L
Decimal 130 44 36 0 0.66 0.72 0.49 5.11 0.57 0.33
Hex 82 2C 24 0 42 48 31 5 39 21
Octal 202 54 44 0 102 110 61 5 71 41
Binary 10000010 101100 100100 0 1000010 1001000 110001 101 111001 100001

Color Harmonies of #822C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822C24

Black with #822C24

Text Example


Text Example

White with #822C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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