Html Css Color HEX #86301C Burnt Umber

📋 copy color: '#86301C'

red 134 ◦ green 48 ◦ blue 28

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

Shades of Burnt Umber #86301C

Tints of Burnt Umber #86301C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.86%

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

R = 63.81%
G = 22.86%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#86301C (or 0x86301C) is known color: Burnt Umber. HEX triplet: 86, 30 and 1C. RGB value is (134,48,28). Sum of RGB (Red+Green+Blue) = 134+48+28=210 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.81% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 134 - color contains mainly: red. Hex color #86301C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86301C is #79CFE3. Grayscale: #474747. Windows color (decimal): -7983076 or 1847430. OLE color: 1847430.

HSL color Cylindrical-coordinate representation of color #86301C: hue angle of 11.32º 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 #86301C is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 48 28 -
CMYK 0 0.64 0.79 0.47
HSL 11.32º 0.65% 0.32% -
HSV(B) 11.32º 0.79% 0.53% -
XYZ 11.1 7.27 1.92 -
YUV 71.43 103.49 172.63 -
System Red Green Blue C M Y K H S L
Decimal 134 48 28 0 0.64 0.79 0.47 11.32 0.65 0.32
Hex 86 30 1C 0 40 4F 2F B 41 20
Octal 206 60 34 0 100 117 57 13 101 40
Binary 10000110 110000 11100 0 1000000 1001111 101111 1011 1000001 100000

Color Harmonies of #86301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86301C

Black with #86301C

Text Example


Text Example

White with #86301C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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