Html Css Color HEX #842912 Burnt Umber

📋 copy color: '#842912'

red 132 ◦ green 41 ◦ blue 18

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

Shades of Burnt Umber #842912

Tints of Burnt Umber #842912

RGB

 RED value IS 132 (51.95% from 255) = 69.11%

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

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

R = 69.11%
G = 21.47%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#842912 (or 0x842912) is known color: Burnt Umber. HEX triplet: 84, 29 and 12. RGB value is (132,41,18). Sum of RGB (Red+Green+Blue) = 132+41+18=191 (25% of max value = 765). Red value is 132 (51.95% from 255 or 69.11% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 132 - color contains mainly: red. Hex color #842912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842912 is #7BD6ED. Grayscale: #414141. Windows color (decimal): -8115950 or 1190276. OLE color: 1190276.

HSL color Cylindrical-coordinate representation of color #842912: hue angle of 12.11º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #842912 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 41 18 -
CMYK 0 0.69 0.86 0.48
HSL 12.11º 0.76% 0.29% -
HSV(B) 12.11º 0.86% 0.52% -
XYZ 10.42 6.54 1.28 -
YUV 65.59 101.15 175.37 -
System Red Green Blue C M Y K H S L
Decimal 132 41 18 0 0.69 0.86 0.48 12.11 0.76 0.29
Hex 84 29 12 0 45 56 30 C 4C 1D
Octal 204 51 22 0 105 126 60 14 114 35
Binary 10000100 101001 10010 0 1000101 1010110 110000 1100 1001100 11101

Color Harmonies of #842912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842912

Black with #842912

Text Example


Text Example

White with #842912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842912; }

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

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

background-color css

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

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

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

border-color css

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

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

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