Html Css Color HEX #822D18 Burnt Umber

📋 copy color: '#822D18'

red 130 ◦ green 45 ◦ blue 24

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

Shades of Burnt Umber #822D18

Tints of Burnt Umber #822D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.06%

R = 65.33%
G = 22.61%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#822D18 (or 0x822D18) is known color: Burnt Umber. HEX triplet: 82, 2D and 18. RGB value is (130,45,24). Sum of RGB (Red+Green+Blue) = 130+45+24=199 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.33% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 24 (9.77% from 255 or 12.06% from 199); Max value from RGB is 130 - color contains mainly: red. Hex color #822D18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822D18 is #7DD2E7. Grayscale: #444444. Windows color (decimal): -8245992 or 1584514. OLE color: 1584514.

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

Color convert

RGB 130 45 24 -
CMYK 0 0.65 0.82 0.49
HSL 11.89º 0.69% 0.3% -
HSV(B) 11.89º 0.82% 0.51% -
XYZ 10.31 6.69 1.61 -
YUV 68.02 103.16 172.21 -
System Red Green Blue C M Y K H S L
Decimal 130 45 24 0 0.65 0.82 0.49 11.89 0.69 0.3
Hex 82 2D 18 0 41 52 31 C 45 1E
Octal 202 55 30 0 101 122 61 14 105 36
Binary 10000010 101101 11000 0 1000001 1010010 110001 1100 1000101 11110

Color Harmonies of #822D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822D18

Black with #822D18

Text Example


Text Example

White with #822D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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