Html Css Color HEX #86280B Burnt Umber

📋 copy color: '#86280B'

red 134 ◦ green 40 ◦ blue 11

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

Shades of Burnt Umber #86280B

Tints of Burnt Umber #86280B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.95%

R = 72.43%
G = 21.62%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#86280B (or 0x86280B) is known color: Burnt Umber. HEX triplet: 86, 28 and 0B. RGB value is (134,40,11). Sum of RGB (Red+Green+Blue) = 134+40+11=185 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.43% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 134 - color contains mainly: red. Hex color #86280B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86280B is #79D7F4. Grayscale: #414141. Windows color (decimal): -7985141 or 731270. OLE color: 731270.

HSL color Cylindrical-coordinate representation of color #86280B: hue angle of 14.15º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #86280B is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 40 11 -
CMYK 0 0.70 0.92 0.47
HSL 14.15º 0.85% 0.28% -
HSV(B) 14.15º 0.92% 0.53% -
XYZ 10.65 6.61 1.03 -
YUV 64.8 97.64 177.36 -
System Red Green Blue C M Y K H S L
Decimal 134 40 11 0 0.70 0.92 0.47 14.15 0.85 0.28
Hex 86 28 B 0 46 5C 2F E 55 1C
Octal 206 50 13 0 106 134 57 16 125 34
Binary 10000110 101000 1011 0 1000110 1011100 101111 1110 1010101 11100

Color Harmonies of #86280B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86280B

Black with #86280B

Text Example


Text Example

White with #86280B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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