Html Css Color HEX #86290A Burnt Umber

📋 copy color: '#86290A'

red 134 ◦ green 41 ◦ blue 10

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

Shades of Burnt Umber #86290A

Tints of Burnt Umber #86290A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.41%

R = 72.43%
G = 22.16%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#86290A (or 0x86290A) is known color: Burnt Umber. HEX triplet: 86, 29 and 0A. RGB value is (134,41,10). Sum of RGB (Red+Green+Blue) = 134+41+10=185 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.43% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 10 (4.30% from 255 or 5.41% from 185); Max value from RGB is 134 - color contains mainly: red. Hex color #86290A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86290A is #79D6F5. Grayscale: #414141. Windows color (decimal): -7984886 or 665990. OLE color: 665990.

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

Color convert

RGB 134 41 10 -
CMYK 0 0.69 0.93 0.47
HSL 15º 0.86% 0.28% -
HSV(B) 15º 0.93% 0.53% -
XYZ 10.68 6.68 1.01 -
YUV 65.27 96.81 177.02 -
System Red Green Blue C M Y K H S L
Decimal 134 41 10 0 0.69 0.93 0.47 15 0.86 0.28
Hex 86 29 A 0 45 5D 2F F 56 1C
Octal 206 51 12 0 105 135 57 17 126 34
Binary 10000110 101001 1010 0 1000101 1011101 101111 1111 1010110 11100

Color Harmonies of #86290A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86290A

Black with #86290A

Text Example


Text Example

White with #86290A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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