Html Css Color HEX #86281D Burnt Umber

📋 copy color: '#86281D'

red 134 ◦ green 40 ◦ blue 29

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

Shades of Burnt Umber #86281D

Tints of Burnt Umber #86281D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.29%

R = 66.01%
G = 19.7%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#86281D (or 0x86281D) is known color: Burnt Umber. HEX triplet: 86, 28 and 1D. RGB value is (134,40,29). Sum of RGB (Red+Green+Blue) = 134+40+29=203 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.01% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 134 - color contains mainly: red. Hex color #86281D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86281D is #79D7E2. Grayscale: #424242. Windows color (decimal): -7985123 or 1910918. OLE color: 1910918.

HSL color Cylindrical-coordinate representation of color #86281D: hue angle of 6.29º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #86281D is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 40 29 -
CMYK 0 0.70 0.78 0.47
HSL 6.29º 0.64% 0.32% -
HSV(B) 6.29º 0.78% 0.53% -
XYZ 10.81 6.67 1.88 -
YUV 66.85 106.64 175.89 -
System Red Green Blue C M Y K H S L
Decimal 134 40 29 0 0.70 0.78 0.47 6.29 0.64 0.32
Hex 86 28 1D 0 46 4E 2F 6 40 20
Octal 206 50 35 0 106 116 57 6 100 40
Binary 10000110 101000 11101 0 1000110 1001110 101111 110 1000000 100000

Color Harmonies of #86281D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86281D

Black with #86281D

Text Example


Text Example

White with #86281D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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