Html Css Color HEX #86290B Burnt Umber

📋 copy color: '#86290B'

red 134 ◦ green 41 ◦ blue 11

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

Shades of Burnt Umber #86290B

Tints of Burnt Umber #86290B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.91%

R = 72.04%
G = 22.04%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#86290B (or 0x86290B) is known color: Burnt Umber. HEX triplet: 86, 29 and 0B. RGB value is (134,41,11). Sum of RGB (Red+Green+Blue) = 134+41+11=186 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.04% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 134 - color contains mainly: red. Hex color #86290B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86290B is #79D6F4. Grayscale: #414141. Windows color (decimal): -7984885 or 731526. OLE color: 731526.

HSL color Cylindrical-coordinate representation of color #86290B: hue angle of 14.63º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #86290B is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 41 11 -
CMYK 0 0.69 0.92 0.47
HSL 14.63º 0.85% 0.28% -
HSV(B) 14.63º 0.92% 0.53% -
XYZ 10.68 6.68 1.04 -
YUV 65.39 97.31 176.94 -
System Red Green Blue C M Y K H S L
Decimal 134 41 11 0 0.69 0.92 0.47 14.63 0.85 0.28
Hex 86 29 B 0 45 5C 2F F 55 1C
Octal 206 51 13 0 105 134 57 17 125 34
Binary 10000110 101001 1011 0 1000101 1011100 101111 1111 1010101 11100

Color Harmonies of #86290B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86290B

Black with #86290B

Text Example


Text Example

White with #86290B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86290B; }

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

 H1.HeaderClassName
 {
   color: #86290B;
 }
 .AnyTagClassName
 {
   color: #86290B;
 }
</style>

background-color css

<style>
 a { background-color: #86290B; }

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

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

border-color css

<style>
 span { border-color: #86290B; }

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

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