Html Css Color HEX #842F27 Burnt Umber

📋 copy color: '#842F27'

red 132 ◦ green 47 ◦ blue 39

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

Shades of Burnt Umber #842F27

Tints of Burnt Umber #842F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.89%

R = 60.55%
G = 21.56%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#842F27 (or 0x842F27) is known color: Burnt Umber. HEX triplet: 84, 2F and 27. RGB value is (132,47,39). Sum of RGB (Red+Green+Blue) = 132+47+39=218 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.55% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 39 (15.62% from 255 or 17.89% from 218); Max value from RGB is 132 - color contains mainly: red. Hex color #842F27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842F27 is #7BD0D8. Grayscale: #474747. Windows color (decimal): -8114393 or 2568068. OLE color: 2568068.

HSL color Cylindrical-coordinate representation of color #842F27: hue angle of 5.16º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #842F27 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 47 39 -
CMYK 0 0.64 0.70 0.48
HSL 5.16º 0.54% 0.34% -
HSV(B) 5.16º 0.7% 0.52% -
XYZ 10.9 7.09 2.71 -
YUV 71.5 109.66 171.15 -
System Red Green Blue C M Y K H S L
Decimal 132 47 39 0 0.64 0.70 0.48 5.16 0.54 0.34
Hex 84 2F 27 0 40 46 30 5 36 22
Octal 204 57 47 0 100 106 60 5 66 42
Binary 10000100 101111 100111 0 1000000 1000110 110000 101 110110 100010

Color Harmonies of #842F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842F27

Black with #842F27

Text Example


Text Example

White with #842F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842F27; }

 p { color: rgb(132,47,39); }

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

background-color css

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

 a { background-color: rgb(132,47,39); }

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

border-color css

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

 span { border-color: rgb(132,47,39); }

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