Html Css Color HEX #822912 Burnt Umber

📋 copy color: '#822912'

red 130 ◦ green 41 ◦ blue 18

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

Shades of Burnt Umber #822912

Tints of Burnt Umber #822912

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.69%

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

R = 68.78%
G = 21.69%
B = 9.52%

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

#822912 (or 0x822912) is known color: Burnt Umber. HEX triplet: 82, 29 and 12. RGB value is (130,41,18). Sum of RGB (Red+Green+Blue) = 130+41+18=189 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.78% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 130 - color contains mainly: red. Hex color #822912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822912 is #7DD6ED. Grayscale: #414141. Windows color (decimal): -8247022 or 1190274. OLE color: 1190274.

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

Color convert

RGB 130 41 18 -
CMYK 0 0.68 0.86 0.49
HSL 12.32º 0.76% 0.29% -
HSV(B) 12.32º 0.86% 0.51% -
XYZ 10.11 6.38 1.27 -
YUV 64.99 101.49 174.37 -
System Red Green Blue C M Y K H S L
Decimal 130 41 18 0 0.68 0.86 0.49 12.32 0.76 0.29
Hex 82 29 12 0 44 56 31 C 4C 1D
Octal 202 51 22 0 104 126 61 14 114 35
Binary 10000010 101001 10010 0 1000100 1010110 110001 1100 1001100 11101

Color Harmonies of #822912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822912

Black with #822912

Text Example


Text Example

White with #822912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822912; }

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

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

background-color css

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

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

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

border-color css

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

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

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