Html Css Color HEX #86331E Burnt Umber

📋 copy color: '#86331E'

red 134 ◦ green 51 ◦ blue 30

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

Shades of Burnt Umber #86331E

Tints of Burnt Umber #86331E

RGB

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

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

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

R = 62.33%
G = 23.72%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#86331E (or 0x86331E) is known color: Burnt Umber. HEX triplet: 86, 33 and 1E. RGB value is (134,51,30). Sum of RGB (Red+Green+Blue) = 134+51+30=215 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.33% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 30 (12.11% from 255 or 13.95% from 215); Max value from RGB is 134 - color contains mainly: red. Hex color #86331E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86331E is #79CCE1. Grayscale: #494949. Windows color (decimal): -7982306 or 1979270. OLE color: 1979270.

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

Color convert

RGB 134 51 30 -
CMYK 0 0.62 0.78 0.47
HSL 12.12º 0.63% 0.32% -
HSV(B) 12.12º 0.78% 0.53% -
XYZ 11.25 7.53 2.09 -
YUV 73.42 103.5 171.21 -
System Red Green Blue C M Y K H S L
Decimal 134 51 30 0 0.62 0.78 0.47 12.12 0.63 0.32
Hex 86 33 1E 0 3E 4E 2F C 3F 20
Octal 206 63 36 0 76 116 57 14 77 40
Binary 10000110 110011 11110 0 111110 1001110 101111 1100 111111 100000

Color Harmonies of #86331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86331E

Black with #86331E

Text Example


Text Example

White with #86331E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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