Html Css Color HEX #822B0C Burnt Umber

📋 copy color: '#822B0C'

red 130 ◦ green 43 ◦ blue 12

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

Shades of Burnt Umber #822B0C

Tints of Burnt Umber #822B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.49%

R = 70.27%
G = 23.24%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#822B0C (or 0x822B0C) is known color: Burnt Umber. HEX triplet: 82, 2B and 0C. RGB value is (130,43,12). Sum of RGB (Red+Green+Blue) = 130+43+12=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 43 (17.19% from 255 or 23.24% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #822B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822B0C is #7DD4F3. Grayscale: #414141. Windows color (decimal): -8246516 or 797570. OLE color: 797570.

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

Color convert

RGB 130 43 12 -
CMYK 0 0.67 0.91 0.49
HSL 15.76º 0.83% 0.28% -
HSV(B) 15.76º 0.91% 0.51% -
XYZ 10.14 6.5 1.07 -
YUV 65.48 97.82 174.02 -
System Red Green Blue C M Y K H S L
Decimal 130 43 12 0 0.67 0.91 0.49 15.76 0.83 0.28
Hex 82 2B C 0 43 5B 31 10 53 1C
Octal 202 53 14 0 103 133 61 20 123 34
Binary 10000010 101011 1100 0 1000011 1011011 110001 10000 1010011 11100

Color Harmonies of #822B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822B0C

Black with #822B0C

Text Example


Text Example

White with #822B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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