Html Css Color HEX #822A12 Burnt Umber

📋 copy color: '#822A12'

red 130 ◦ green 42 ◦ blue 18

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

Shades of Burnt Umber #822A12

Tints of Burnt Umber #822A12

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.11%

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

R = 68.42%
G = 22.11%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#822A12 (or 0x822A12) is known color: Burnt Umber. HEX triplet: 82, 2A and 12. RGB value is (130,42,18). Sum of RGB (Red+Green+Blue) = 130+42+18=190 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.42% from 190); Green value is 42 (16.80% from 255 or 22.11% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 130 - color contains mainly: red. Hex color #822A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822A12 is #7DD5ED. Grayscale: #414141. Windows color (decimal): -8246766 or 1190530. OLE color: 1190530.

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

Color convert

RGB 130 42 18 -
CMYK 0 0.68 0.86 0.49
HSL 12.86º 0.76% 0.29% -
HSV(B) 12.86º 0.86% 0.51% -
XYZ 10.14 6.45 1.28 -
YUV 65.58 101.15 173.95 -
System Red Green Blue C M Y K H S L
Decimal 130 42 18 0 0.68 0.86 0.49 12.86 0.76 0.29
Hex 82 2A 12 0 44 56 31 D 4C 1D
Octal 202 52 22 0 104 126 61 15 114 35
Binary 10000010 101010 10010 0 1000100 1010110 110001 1101 1001100 11101

Color Harmonies of #822A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822A12

Black with #822A12

Text Example


Text Example

White with #822A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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