Html Css Color HEX #86290C Burnt Umber

📋 copy color: '#86290C'

red 134 ◦ green 41 ◦ blue 12

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

Shades of Burnt Umber #86290C

Tints of Burnt Umber #86290C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.42%

R = 71.66%
G = 21.93%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#86290C (or 0x86290C) is known color: Burnt Umber. HEX triplet: 86, 29 and 0C. RGB value is (134,41,12). Sum of RGB (Red+Green+Blue) = 134+41+12=187 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.66% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 134 - color contains mainly: red. Hex color #86290C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86290C is #79D6F3. Grayscale: #414141. Windows color (decimal): -7984884 or 797062. OLE color: 797062.

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

Color convert

RGB 134 41 12 -
CMYK 0 0.69 0.91 0.47
HSL 14.26º 0.84% 0.29% -
HSV(B) 14.26º 0.91% 0.53% -
XYZ 10.69 6.68 1.07 -
YUV 65.5 97.81 176.86 -
System Red Green Blue C M Y K H S L
Decimal 134 41 12 0 0.69 0.91 0.47 14.26 0.84 0.29
Hex 86 29 C 0 45 5B 2F E 54 1D
Octal 206 51 14 0 105 133 57 16 124 35
Binary 10000110 101001 1100 0 1000101 1011011 101111 1110 1010100 11101

Color Harmonies of #86290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86290C

Black with #86290C

Text Example


Text Example

White with #86290C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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