Html Css Color HEX #822F12 Burnt Umber

📋 copy color: '#822F12'

red 130 ◦ green 47 ◦ blue 18

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

Shades of Burnt Umber #822F12

Tints of Burnt Umber #822F12

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.1%

 BLUE value IS 18 (7.42% from 255) = 9.23%

R = 66.67%
G = 24.1%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#822F12 (or 0x822F12) is known color: Burnt Umber. HEX triplet: 82, 2F and 12. RGB value is (130,47,18). Sum of RGB (Red+Green+Blue) = 130+47+18=195 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.67% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 130 - color contains mainly: red. Hex color #822F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822F12 is #7DD0ED. Grayscale: #444444. Windows color (decimal): -8245486 or 1191810. OLE color: 1191810.

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

Color convert

RGB 130 47 18 -
CMYK 0 0.64 0.86 0.49
HSL 15.54º 0.76% 0.29% -
HSV(B) 15.54º 0.86% 0.51% -
XYZ 10.33 6.82 1.34 -
YUV 68.51 99.5 171.86 -
System Red Green Blue C M Y K H S L
Decimal 130 47 18 0 0.64 0.86 0.49 15.54 0.76 0.29
Hex 82 2F 12 0 40 56 31 10 4C 1D
Octal 202 57 22 0 100 126 61 20 114 35
Binary 10000010 101111 10010 0 1000000 1010110 110001 10000 1001100 11101

Color Harmonies of #822F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822F12

Black with #822F12

Text Example


Text Example

White with #822F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,47,18); }

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

background-color css

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

 a { background-color: rgb(130,47,18); }

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

border-color css

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

 span { border-color: rgb(130,47,18); }

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