Html Css Color HEX #822D16 Burnt Umber

📋 copy color: '#822D16'

red 130 ◦ green 45 ◦ blue 22

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

Shades of Burnt Umber #822D16

Tints of Burnt Umber #822D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.17%

R = 65.99%
G = 22.84%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#822D16 (or 0x822D16) is known color: Burnt Umber. HEX triplet: 82, 2D and 16. RGB value is (130,45,22). Sum of RGB (Red+Green+Blue) = 130+45+22=197 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.99% from 197); Green value is 45 (17.97% from 255 or 22.84% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 130 - color contains mainly: red. Hex color #822D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822D16 is #7DD2E9. Grayscale: #434343. Windows color (decimal): -8245994 or 1453442. OLE color: 1453442.

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

Color convert

RGB 130 45 22 -
CMYK 0 0.65 0.83 0.49
HSL 12.78º 0.71% 0.3% -
HSV(B) 12.78º 0.83% 0.51% -
XYZ 10.29 6.68 1.51 -
YUV 67.79 102.16 172.37 -
System Red Green Blue C M Y K H S L
Decimal 130 45 22 0 0.65 0.83 0.49 12.78 0.71 0.3
Hex 82 2D 16 0 41 53 31 D 47 1E
Octal 202 55 26 0 101 123 61 15 107 36
Binary 10000010 101101 10110 0 1000001 1010011 110001 1101 1000111 11110

Color Harmonies of #822D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822D16

Black with #822D16

Text Example


Text Example

White with #822D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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