Html Css Color HEX #86301E Burnt Umber

📋 copy color: '#86301E'

red 134 ◦ green 48 ◦ blue 30

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

Shades of Burnt Umber #86301E

Tints of Burnt Umber #86301E

RGB

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

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

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

R = 63.21%
G = 22.64%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#86301E (or 0x86301E) is known color: Burnt Umber. HEX triplet: 86, 30 and 1E. RGB value is (134,48,30). Sum of RGB (Red+Green+Blue) = 134+48+30=212 (28% of max value = 765). Red value is 134 (52.73% from 255 or 63.21% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 134 - color contains mainly: red. Hex color #86301E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86301E is #79CFE1. Grayscale: #474747. Windows color (decimal): -7983074 or 1978502. OLE color: 1978502.

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

Color convert

RGB 134 48 30 -
CMYK 0 0.64 0.78 0.47
HSL 10.38º 0.63% 0.32% -
HSV(B) 10.38º 0.78% 0.53% -
XYZ 11.12 7.28 2.05 -
YUV 71.66 104.49 172.46 -
System Red Green Blue C M Y K H S L
Decimal 134 48 30 0 0.64 0.78 0.47 10.38 0.63 0.32
Hex 86 30 1E 0 40 4E 2F A 3F 20
Octal 206 60 36 0 100 116 57 12 77 40
Binary 10000110 110000 11110 0 1000000 1001110 101111 1010 111111 100000

Color Harmonies of #86301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86301E

Black with #86301E

Text Example


Text Example

White with #86301E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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