Html Css Color HEX #86280A Burnt Umber

📋 copy color: '#86280A'

red 134 ◦ green 40 ◦ blue 10

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

Shades of Burnt Umber #86280A

Tints of Burnt Umber #86280A

RGB

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

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

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

R = 72.83%
G = 21.74%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#86280A (or 0x86280A) is known color: Burnt Umber. HEX triplet: 86, 28 and 0A. RGB value is (134,40,10). Sum of RGB (Red+Green+Blue) = 134+40+10=184 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.83% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 10 (4.30% from 255 or 5.43% from 184); Max value from RGB is 134 - color contains mainly: red. Hex color #86280A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86280A is #79D7F5. Grayscale: #404040. Windows color (decimal): -7985142 or 665734. OLE color: 665734.

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

Color convert

RGB 134 40 10 -
CMYK 0 0.70 0.93 0.47
HSL 14.52º 0.86% 0.28% -
HSV(B) 14.52º 0.93% 0.53% -
XYZ 10.65 6.61 1 -
YUV 64.69 97.14 177.44 -
System Red Green Blue C M Y K H S L
Decimal 134 40 10 0 0.70 0.93 0.47 14.52 0.86 0.28
Hex 86 28 A 0 46 5D 2F F 56 1C
Octal 206 50 12 0 106 135 57 17 126 34
Binary 10000110 101000 1010 0 1000110 1011101 101111 1111 1010110 11100

Color Harmonies of #86280A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86280A

Black with #86280A

Text Example


Text Example

White with #86280A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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