Html Css Color HEX #86280D Burnt Umber

📋 copy color: '#86280D'

red 134 ◦ green 40 ◦ blue 13

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

Shades of Burnt Umber #86280D

Tints of Burnt Umber #86280D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.95%

R = 71.66%
G = 21.39%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#86280D (or 0x86280D) is known color: Burnt Umber. HEX triplet: 86, 28 and 0D. RGB value is (134,40,13). Sum of RGB (Red+Green+Blue) = 134+40+13=187 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.66% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 134 - color contains mainly: red. Hex color #86280D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86280D is #79D7F2. Grayscale: #414141. Windows color (decimal): -7985139 or 862342. OLE color: 862342.

HSL color Cylindrical-coordinate representation of color #86280D: hue angle of 13.39º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86280D is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 40 13 -
CMYK 0 0.70 0.90 0.47
HSL 13.39º 0.82% 0.29% -
HSV(B) 13.39º 0.9% 0.53% -
XYZ 10.66 6.61 1.1 -
YUV 65.03 98.64 177.2 -
System Red Green Blue C M Y K H S L
Decimal 134 40 13 0 0.70 0.90 0.47 13.39 0.82 0.29
Hex 86 28 D 0 46 5A 2F D 52 1D
Octal 206 50 15 0 106 132 57 15 122 35
Binary 10000110 101000 1101 0 1000110 1011010 101111 1101 1010010 11101

Color Harmonies of #86280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86280D

Black with #86280D

Text Example


Text Example

White with #86280D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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