Html Css Color HEX #86331F Burnt Umber

📋 copy color: '#86331F'

red 134 ◦ green 51 ◦ blue 31

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

Shades of Burnt Umber #86331F

Tints of Burnt Umber #86331F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.61%

 BLUE value IS 31 (12.5% from 255) = 14.35%

R = 62.04%
G = 23.61%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#86331F (or 0x86331F) is known color: Burnt Umber. HEX triplet: 86, 33 and 1F. RGB value is (134,51,31). Sum of RGB (Red+Green+Blue) = 134+51+31=216 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.04% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 31 (12.5% from 255 or 14.35% from 216); Max value from RGB is 134 - color contains mainly: red. Hex color #86331F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86331F is #79CCE0. Grayscale: #494949. Windows color (decimal): -7982305 or 2044806. OLE color: 2044806.

HSL color Cylindrical-coordinate representation of color #86331F: hue angle of 11.65º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #86331F is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 51 31 -
CMYK 0 0.62 0.77 0.47
HSL 11.65º 0.62% 0.32% -
HSV(B) 11.65º 0.77% 0.53% -
XYZ 11.26 7.53 2.16 -
YUV 73.54 104 171.13 -
System Red Green Blue C M Y K H S L
Decimal 134 51 31 0 0.62 0.77 0.47 11.65 0.62 0.32
Hex 86 33 1F 0 3E 4D 2F C 3E 20
Octal 206 63 37 0 76 115 57 14 76 40
Binary 10000110 110011 11111 0 111110 1001101 101111 1100 111110 100000

Color Harmonies of #86331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86331F

Black with #86331F

Text Example


Text Example

White with #86331F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86331F; }

 p { color: rgb(134,51,31); }

 H1.HeaderClassName
 {
   color: #86331F;
 }
 .AnyTagClassName
 {
   color: #86331F;
 }
</style>

background-color css

<style>
 a { background-color: #86331F; }

 a { background-color: rgb(134,51,31); }

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

border-color css

<style>
 span { border-color: #86331F; }

 span { border-color: rgb(134,51,31); }

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