Html Css Color HEX #822B0A Burnt Umber

📋 copy color: '#822B0A'

red 130 ◦ green 43 ◦ blue 10

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

Shades of Burnt Umber #822B0A

Tints of Burnt Umber #822B0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.46%

R = 71.04%
G = 23.5%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#822B0A (or 0x822B0A) is known color: Burnt Umber. HEX triplet: 82, 2B and 0A. RGB value is (130,43,10). Sum of RGB (Red+Green+Blue) = 130+43+10=183 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.04% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 10 (4.30% from 255 or 5.46% from 183); Max value from RGB is 130 - color contains mainly: red. Hex color #822B0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822B0A is #7DD4F5. Grayscale: #414141. Windows color (decimal): -8246518 or 666498. OLE color: 666498.

HSL color Cylindrical-coordinate representation of color #822B0A: hue angle of 16.5º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #822B0A is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 43 10 -
CMYK 0 0.67 0.92 0.49
HSL 16.5º 0.86% 0.27% -
HSV(B) 16.5º 0.92% 0.51% -
XYZ 10.12 6.5 1.01 -
YUV 65.25 96.82 174.18 -
System Red Green Blue C M Y K H S L
Decimal 130 43 10 0 0.67 0.92 0.49 16.5 0.86 0.27
Hex 82 2B A 0 43 5C 31 10 56 1B
Octal 202 53 12 0 103 134 61 20 126 33
Binary 10000010 101011 1010 0 1000011 1011100 110001 10000 1010110 11011

Color Harmonies of #822B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822B0A

Black with #822B0A

Text Example


Text Example

White with #822B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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