Html Css Color HEX #86381F Burnt Umber

📋 copy color: '#86381F'

red 134 ◦ green 56 ◦ blue 31

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

Shades of Burnt Umber #86381F

Tints of Burnt Umber #86381F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.03%

R = 60.63%
G = 25.34%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#86381F (or 0x86381F) is known color: Burnt Umber. HEX triplet: 86, 38 and 1F. RGB value is (134,56,31). Sum of RGB (Red+Green+Blue) = 134+56+31=221 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.63% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 134 - color contains mainly: red. Hex color #86381F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86381F is #79C7E0. Grayscale: #4C4C4C. Windows color (decimal): -7981025 or 2046086. OLE color: 2046086.

HSL color Cylindrical-coordinate representation of color #86381F: hue angle of 14.56º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #86381F is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 56 31 -
CMYK 0 0.58 0.77 0.47
HSL 14.56º 0.62% 0.32% -
HSV(B) 14.56º 0.77% 0.53% -
XYZ 11.49 8 2.23 -
YUV 76.47 102.34 169.03 -
System Red Green Blue C M Y K H S L
Decimal 134 56 31 0 0.58 0.77 0.47 14.56 0.62 0.32
Hex 86 38 1F 0 3A 4D 2F F 3E 20
Octal 206 70 37 0 72 115 57 17 76 40
Binary 10000110 111000 11111 0 111010 1001101 101111 1111 111110 100000

Color Harmonies of #86381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86381F

Black with #86381F

Text Example


Text Example

White with #86381F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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