Html Css Color HEX #86381E Burnt Umber

📋 copy color: '#86381E'

red 134 ◦ green 56 ◦ blue 30

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

Shades of Burnt Umber #86381E

Tints of Burnt Umber #86381E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.64%

R = 60.91%
G = 25.45%
B = 13.64%

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

#86381E (or 0x86381E) is known color: Burnt Umber. HEX triplet: 86, 38 and 1E. RGB value is (134,56,30). Sum of RGB (Red+Green+Blue) = 134+56+30=220 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.91% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 30 (12.11% from 255 or 13.64% from 220); Max value from RGB is 134 - color contains mainly: red. Hex color #86381E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86381E is #79C7E1. Grayscale: #4C4C4C. Windows color (decimal): -7981026 or 1980550. OLE color: 1980550.

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

Color convert

RGB 134 56 30 -
CMYK 0 0.58 0.78 0.47
HSL 15º 0.63% 0.32% -
HSV(B) 15º 0.78% 0.53% -
XYZ 11.48 7.99 2.17 -
YUV 76.36 101.84 169.11 -
System Red Green Blue C M Y K H S L
Decimal 134 56 30 0 0.58 0.78 0.47 15 0.63 0.32
Hex 86 38 1E 0 3A 4E 2F F 3F 20
Octal 206 70 36 0 72 116 57 17 77 40
Binary 10000110 111000 11110 0 111010 1001110 101111 1111 111111 100000

Color Harmonies of #86381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86381E

Black with #86381E

Text Example


Text Example

White with #86381E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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