Html Css Color HEX #86381D Burnt Umber

📋 copy color: '#86381D'

red 134 ◦ green 56 ◦ blue 29

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

Shades of Burnt Umber #86381D

Tints of Burnt Umber #86381D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.57%

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

R = 61.19%
G = 25.57%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#86381D (or 0x86381D) is known color: Burnt Umber. HEX triplet: 86, 38 and 1D. RGB value is (134,56,29). Sum of RGB (Red+Green+Blue) = 134+56+29=219 (29% of max value = 765). Red value is 134 (52.73% from 255 or 61.19% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 29 (11.72% from 255 or 13.24% from 219); Max value from RGB is 134 - color contains mainly: red. Hex color #86381D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86381D is #79C7E2. Grayscale: #4C4C4C. Windows color (decimal): -7981027 or 1915014. OLE color: 1915014.

HSL color Cylindrical-coordinate representation of color #86381D: hue angle of 15.43º 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 #86381D is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 56 29 -
CMYK 0 0.58 0.78 0.47
HSL 15.43º 0.64% 0.32% -
HSV(B) 15.43º 0.78% 0.53% -
XYZ 11.47 7.99 2.1 -
YUV 76.24 101.34 169.2 -
System Red Green Blue C M Y K H S L
Decimal 134 56 29 0 0.58 0.78 0.47 15.43 0.64 0.32
Hex 86 38 1D 0 3A 4E 2F F 40 20
Octal 206 70 35 0 72 116 57 17 100 40
Binary 10000110 111000 11101 0 111010 1001110 101111 1111 1000000 100000

Color Harmonies of #86381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86381D

Black with #86381D

Text Example


Text Example

White with #86381D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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