Html Css Color HEX #862E27 Burnt Umber

📋 copy color: '#862E27'

red 134 ◦ green 46 ◦ blue 39

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

Shades of Burnt Umber #862E27

Tints of Burnt Umber #862E27

RGB

 RED value IS 134 (52.73% from 255) = 61.19%

 GREEN value IS 46 (18.36% from 255) = 21%

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

R = 61.19%
G = 21%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#862E27 (or 0x862E27) is known color: Burnt Umber. HEX triplet: 86, 2E and 27. RGB value is (134,46,39). Sum of RGB (Red+Green+Blue) = 134+46+39=219 (29% of max value = 765). Red value is 134 (52.73% from 255 or 61.19% from 219); Green value is 46 (18.36% from 255 or 21.00% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 134 - color contains mainly: red. Hex color #862E27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862E27 is #79D1D8. Grayscale: #474747. Windows color (decimal): -7983577 or 2567814. OLE color: 2567814.

HSL color Cylindrical-coordinate representation of color #862E27: hue angle of 4.42º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #862E27 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 46 39 -
CMYK 0 0.66 0.71 0.47
HSL 4.42º 0.55% 0.34% -
HSV(B) 4.42º 0.71% 0.53% -
XYZ 11.17 7.17 2.71 -
YUV 71.51 109.65 172.57 -
System Red Green Blue C M Y K H S L
Decimal 134 46 39 0 0.66 0.71 0.47 4.42 0.55 0.34
Hex 86 2E 27 0 42 47 2F 4 37 22
Octal 206 56 47 0 102 107 57 4 67 42
Binary 10000110 101110 100111 0 1000010 1000111 101111 100 110111 100010

Color Harmonies of #862E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862E27

Black with #862E27

Text Example


Text Example

White with #862E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862E27; }

 p { color: rgb(134,46,39); }

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

background-color css

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

 a { background-color: rgb(134,46,39); }

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

border-color css

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

 span { border-color: rgb(134,46,39); }

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