Html Css Color HEX #822B16 Burnt Umber

📋 copy color: '#822B16'

red 130 ◦ green 43 ◦ blue 22

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

Shades of Burnt Umber #822B16

Tints of Burnt Umber #822B16

RGB

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

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

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

R = 66.67%
G = 22.05%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#822B16 (or 0x822B16) is known color: Burnt Umber. HEX triplet: 82, 2B and 16. RGB value is (130,43,22). Sum of RGB (Red+Green+Blue) = 130+43+22=195 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.67% from 195); Green value is 43 (17.19% from 255 or 22.05% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 130 - color contains mainly: red. Hex color #822B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822B16 is #7DD4E9. Grayscale: #424242. Windows color (decimal): -8246506 or 1452930. OLE color: 1452930.

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

Color convert

RGB 130 43 22 -
CMYK 0 0.67 0.83 0.49
HSL 11.67º 0.71% 0.3% -
HSV(B) 11.67º 0.83% 0.51% -
XYZ 10.21 6.53 1.48 -
YUV 66.62 102.82 173.21 -
System Red Green Blue C M Y K H S L
Decimal 130 43 22 0 0.67 0.83 0.49 11.67 0.71 0.3
Hex 82 2B 16 0 43 53 31 C 47 1E
Octal 202 53 26 0 103 123 61 14 107 36
Binary 10000010 101011 10110 0 1000011 1010011 110001 1100 1000111 11110

Color Harmonies of #822B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822B16

Black with #822B16

Text Example


Text Example

White with #822B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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