Html Css Color HEX #86290F Burnt Umber

📋 copy color: '#86290F'

red 134 ◦ green 41 ◦ blue 15

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

Shades of Burnt Umber #86290F

Tints of Burnt Umber #86290F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.89%

R = 70.53%
G = 21.58%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#86290F (or 0x86290F) is known color: Burnt Umber. HEX triplet: 86, 29 and 0F. RGB value is (134,41,15). Sum of RGB (Red+Green+Blue) = 134+41+15=190 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.53% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 15 (6.25% from 255 or 7.89% from 190); Max value from RGB is 134 - color contains mainly: red. Hex color #86290F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86290F is #79D6F0. Grayscale: #424242. Windows color (decimal): -7984881 or 993670. OLE color: 993670.

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

Color convert

RGB 134 41 15 -
CMYK 0 0.69 0.89 0.47
HSL 13.11º 0.8% 0.29% -
HSV(B) 13.11º 0.89% 0.53% -
XYZ 10.71 6.69 1.18 -
YUV 65.84 99.31 176.61 -
System Red Green Blue C M Y K H S L
Decimal 134 41 15 0 0.69 0.89 0.47 13.11 0.8 0.29
Hex 86 29 F 0 45 59 2F D 50 1D
Octal 206 51 17 0 105 131 57 15 120 35
Binary 10000110 101001 1111 0 1000101 1011001 101111 1101 1010000 11101

Color Harmonies of #86290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86290F

Black with #86290F

Text Example


Text Example

White with #86290F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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