#86361E

Color #86361E Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #86361E

Tints of Burnt Umber #86361E

Color information

#86361E (or 0x86361E) is unknown color: approx Burnt Umber. HEX triplet: 86, 36 and 1E. RGB value is (134,54,30). Sum of RGB (Red+Green+Blue) = 134+54+30=218 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.47% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 30 (12.11% from 255 or 13.76% from 218); Max value from RGB is 134 - color contains mainly: red. Hex color #86361E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86361E is #79C9E1. Grayscale: #4B4B4B. Windows color (decimal): -7981538 or 1980038. OLE color: 1980038.

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

Color convert

RGB1345430-
CMYK00.600.780.47
HSL13.85º63.41%32.16%-
HSV(B)13.85º77.61%52.55%-
XYZ11.397.82.13-
YUV75.18102.5169.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 61.47%
GREEN value IS 54 (21.48% from 255) = 24.77%
BLUE value IS 30 (12.11% from 255) = 13.76%
R=61.47%
G=24.77%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134543000.600.780.4713.8563.4132.16
Hex86361E03C4E2Fe3f20
Octal206663607411657167740
Binary1000011011011011110011110010011101011111110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86361E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #86361E;
 }
 .AnyTagClassName
 {
   color: #86361E;
 }
</style>
background-color css

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

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

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

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

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

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