Html Css Color HEX #86280F Burnt Umber

📋 copy color: '#86280F'

red 134 ◦ green 40 ◦ blue 15

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

Shades of Burnt Umber #86280F

Tints of Burnt Umber #86280F

RGB

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

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

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

R = 70.9%
G = 21.16%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#86280F (or 0x86280F) is known color: Burnt Umber. HEX triplet: 86, 28 and 0F. RGB value is (134,40,15). Sum of RGB (Red+Green+Blue) = 134+40+15=189 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.90% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 134 - color contains mainly: red. Hex color #86280F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86280F is #79D7F0. Grayscale: #414141. Windows color (decimal): -7985137 or 993414. OLE color: 993414.

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

Color convert

RGB 134 40 15 -
CMYK 0 0.70 0.89 0.47
HSL 12.61º 0.8% 0.29% -
HSV(B) 12.61º 0.89% 0.53% -
XYZ 10.68 6.62 1.17 -
YUV 65.26 99.64 177.03 -
System Red Green Blue C M Y K H S L
Decimal 134 40 15 0 0.70 0.89 0.47 12.61 0.8 0.29
Hex 86 28 F 0 46 59 2F D 50 1D
Octal 206 50 17 0 106 131 57 15 120 35
Binary 10000110 101000 1111 0 1000110 1011001 101111 1101 1010000 11101

Color Harmonies of #86280F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86280F

Black with #86280F

Text Example


Text Example

White with #86280F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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