Html Css Color HEX #862E25 Burnt Umber

📋 copy color: '#862E25'

red 134 ◦ green 46 ◦ blue 37

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

Shades of Burnt Umber #862E25

Tints of Burnt Umber #862E25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.05%

R = 61.75%
G = 21.2%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#862E25 (or 0x862E25) is known color: Burnt Umber. HEX triplet: 86, 2E and 25. RGB value is (134,46,37). Sum of RGB (Red+Green+Blue) = 134+46+37=217 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.75% from 217); Green value is 46 (18.36% from 255 or 21.20% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 134 - color contains mainly: red. Hex color #862E25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862E25 is #79D1DA. Grayscale: #474747. Windows color (decimal): -7983579 or 2436742. OLE color: 2436742.

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

Color convert

RGB 134 46 37 -
CMYK 0 0.66 0.72 0.47
HSL 5.57º 0.57% 0.34% -
HSV(B) 5.57º 0.72% 0.53% -
XYZ 11.14 7.16 2.54 -
YUV 71.29 108.65 172.73 -
System Red Green Blue C M Y K H S L
Decimal 134 46 37 0 0.66 0.72 0.47 5.57 0.57 0.34
Hex 86 2E 25 0 42 48 2F 6 39 22
Octal 206 56 45 0 102 110 57 6 71 42
Binary 10000110 101110 100101 0 1000010 1001000 101111 110 111001 100010

Color Harmonies of #862E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862E25

Black with #862E25

Text Example


Text Example

White with #862E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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