Html Css Color HEX #86291D Burnt Umber

📋 copy color: '#86291D'

red 134 ◦ green 41 ◦ blue 29

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

Shades of Burnt Umber #86291D

Tints of Burnt Umber #86291D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.22%

R = 65.69%
G = 20.1%
B = 14.22%

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

#86291D (or 0x86291D) is known color: Burnt Umber. HEX triplet: 86, 29 and 1D. RGB value is (134,41,29). Sum of RGB (Red+Green+Blue) = 134+41+29=204 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.69% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 134 - color contains mainly: red. Hex color #86291D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86291D is #79D6E2. Grayscale: #434343. Windows color (decimal): -7984867 or 1911174. OLE color: 1911174.

HSL color Cylindrical-coordinate representation of color #86291D: hue angle of 6.86º degrees, saturation: 0.64, 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 #86291D is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 41 29 -
CMYK 0 0.69 0.78 0.47
HSL 6.86º 0.64% 0.32% -
HSV(B) 6.86º 0.78% 0.53% -
XYZ 10.85 6.74 1.89 -
YUV 67.44 106.31 175.48 -
System Red Green Blue C M Y K H S L
Decimal 134 41 29 0 0.69 0.78 0.47 6.86 0.64 0.32
Hex 86 29 1D 0 45 4E 2F 7 40 20
Octal 206 51 35 0 105 116 57 7 100 40
Binary 10000110 101001 11101 0 1000101 1001110 101111 111 1000000 100000

Color Harmonies of #86291D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86291D

Black with #86291D

Text Example


Text Example

White with #86291D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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