Html Css Color HEX #86301B Burnt Umber

📋 copy color: '#86301B'

red 134 ◦ green 48 ◦ blue 27

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

Shades of Burnt Umber #86301B

Tints of Burnt Umber #86301B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.92%

R = 64.11%
G = 22.97%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.47

RGB Variations

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

Color information

#86301B (or 0x86301B) is known color: Burnt Umber. HEX triplet: 86, 30 and 1B. RGB value is (134,48,27). Sum of RGB (Red+Green+Blue) = 134+48+27=209 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.11% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 134 - color contains mainly: red. Hex color #86301B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86301B is #79CFE4. Grayscale: #474747. Windows color (decimal): -7983077 or 1781894. OLE color: 1781894.

HSL color Cylindrical-coordinate representation of color #86301B: hue angle of 11.78º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #86301B is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 48 27 -
CMYK 0 0.64 0.80 0.47
HSL 11.78º 0.66% 0.32% -
HSV(B) 11.78º 0.8% 0.53% -
XYZ 11.09 7.26 1.85 -
YUV 71.32 102.99 172.71 -
System Red Green Blue C M Y K H S L
Decimal 134 48 27 0 0.64 0.80 0.47 11.78 0.66 0.32
Hex 86 30 1B 0 40 50 2F C 42 20
Octal 206 60 33 0 100 120 57 14 102 40
Binary 10000110 110000 11011 0 1000000 1010000 101111 1100 1000010 100000

Color Harmonies of #86301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86301B

Black with #86301B

Text Example


Text Example

White with #86301B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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