#86542D

Color #86542D Korma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Korma #86542D

Tints of Korma #86542D

Color information

#86542D (or 0x86542D) is unknown color: approx Korma. HEX triplet: 86, 54 and 2D. RGB value is (134,84,45). Sum of RGB (Red+Green+Blue) = 134+84+45=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #86542D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86542D is #79ABD2. Grayscale: #5E5E5E. Windows color (decimal): -7973843 or 2970758. OLE color: 2970758.

HSL color Cylindrical-coordinate representation of color #86542D: hue angle of 26.29º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86542D is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB1348445-
CMYK00.370.660.47
HSL26.29º49.72%35.1%-
HSV(B)26.29º66.42%52.55%-
XYZ13.4811.64.01-
YUV94.5100.06156.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.95%
GREEN value IS 84 (33.20% from 255) = 31.94%
BLUE value IS 45 (17.97% from 255) = 17.11%
R=50.95%
G=31.94%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134844500.370.660.4726.2949.7235.1
Hex86542D025422F1a3223
Octal2061245504510257326243
Binary1000011010101001011010100101100001010111111010110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86542D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86542D; }

 p { color: rgb(134,84,45); }

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

<style>
 a { background-color: #86542D; }

 a { background-color: rgb(134,84,45); }

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

<style>
 span { border-color: #86542D; }

 span { border-color: rgb(134,84,45); }

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