Html Css Color HEX #86280C Burnt Umber

📋 copy color: '#86280C'

red 134 ◦ green 40 ◦ blue 12

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

Shades of Burnt Umber #86280C

Tints of Burnt Umber #86280C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.51%

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

R = 72.04%
G = 21.51%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#86280C (or 0x86280C) is known color: Burnt Umber. HEX triplet: 86, 28 and 0C. RGB value is (134,40,12). Sum of RGB (Red+Green+Blue) = 134+40+12=186 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.04% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 12 (5.08% from 255 or 6.45% from 186); Max value from RGB is 134 - color contains mainly: red. Hex color #86280C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86280C is #79D7F3. Grayscale: #414141. Windows color (decimal): -7985140 or 796806. OLE color: 796806.

HSL color Cylindrical-coordinate representation of color #86280C: hue angle of 13.77º 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 #86280C is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 40 12 -
CMYK 0 0.70 0.91 0.47
HSL 13.77º 0.84% 0.29% -
HSV(B) 13.77º 0.91% 0.53% -
XYZ 10.66 6.61 1.06 -
YUV 64.91 98.14 177.28 -
System Red Green Blue C M Y K H S L
Decimal 134 40 12 0 0.70 0.91 0.47 13.77 0.84 0.29
Hex 86 28 C 0 46 5B 2F E 54 1D
Octal 206 50 14 0 106 133 57 16 124 35
Binary 10000110 101000 1100 0 1000110 1011011 101111 1110 1010100 11101

Color Harmonies of #86280C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86280C

Black with #86280C

Text Example


Text Example

White with #86280C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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