Html Css Color HEX #86381C Burnt Umber

📋 copy color: '#86381C'

red 134 ◦ green 56 ◦ blue 28

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

Shades of Burnt Umber #86381C

Tints of Burnt Umber #86381C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.84%

R = 61.47%
G = 25.69%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#86381C (or 0x86381C) is known color: Burnt Umber. HEX triplet: 86, 38 and 1C. RGB value is (134,56,28). Sum of RGB (Red+Green+Blue) = 134+56+28=218 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.47% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 134 - color contains mainly: red. Hex color #86381C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86381C is #79C7E3. Grayscale: #4C4C4C. Windows color (decimal): -7981028 or 1849478. OLE color: 1849478.

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

Color convert

RGB 134 56 28 -
CMYK 0 0.58 0.79 0.47
HSL 15.85º 0.65% 0.32% -
HSV(B) 15.85º 0.79% 0.53% -
XYZ 11.46 7.98 2.04 -
YUV 76.13 100.84 169.28 -
System Red Green Blue C M Y K H S L
Decimal 134 56 28 0 0.58 0.79 0.47 15.85 0.65 0.32
Hex 86 38 1C 0 3A 4F 2F 10 41 20
Octal 206 70 34 0 72 117 57 20 101 40
Binary 10000110 111000 11100 0 111010 1001111 101111 10000 1000001 100000

Color Harmonies of #86381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86381C

Black with #86381C

Text Example


Text Example

White with #86381C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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