Html Css Color HEX #86291E Burnt Umber

📋 copy color: '#86291E'

red 134 ◦ green 41 ◦ blue 30

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

Shades of Burnt Umber #86291E

Tints of Burnt Umber #86291E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.63%

R = 65.37%
G = 20%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#86291E (or 0x86291E) is known color: Burnt Umber. HEX triplet: 86, 29 and 1E. RGB value is (134,41,30). Sum of RGB (Red+Green+Blue) = 134+41+30=205 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.37% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 134 - color contains mainly: red. Hex color #86291E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86291E is #79D6E1. Grayscale: #434343. Windows color (decimal): -7984866 or 1976710. OLE color: 1976710.

HSL color Cylindrical-coordinate representation of color #86291E: hue angle of 6.35º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #86291E is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 41 30 -
CMYK 0 0.69 0.78 0.47
HSL 6.35º 0.63% 0.32% -
HSV(B) 6.35º 0.78% 0.53% -
XYZ 10.86 6.75 1.96 -
YUV 67.55 106.81 175.39 -
System Red Green Blue C M Y K H S L
Decimal 134 41 30 0 0.69 0.78 0.47 6.35 0.63 0.32
Hex 86 29 1E 0 45 4E 2F 6 3F 20
Octal 206 51 36 0 105 116 57 6 77 40
Binary 10000110 101001 11110 0 1000101 1001110 101111 110 111111 100000

Color Harmonies of #86291E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86291E

Black with #86291E

Text Example


Text Example

White with #86291E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86291E; }

 p { color: rgb(134,41,30); }

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

background-color css

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

 a { background-color: rgb(134,41,30); }

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

border-color css

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

 span { border-color: rgb(134,41,30); }

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