#86542B

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

Shades of Korma #86542B

Tints of Korma #86542B

Color information

#86542B (or 0x86542B) is unknown color: approx Korma. HEX triplet: 86, 54 and 2B. RGB value is (134,84,43). Sum of RGB (Red+Green+Blue) = 134+84+43=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #86542B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86542B is #79ABD4. Grayscale: #5E5E5E. Windows color (decimal): -7973845 or 2839686. OLE color: 2839686.

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

Color convert

RGB1348443-
CMYK00.370.680.47
HSL27.03º51.41%34.71%-
HSV(B)27.03º67.91%52.55%-
XYZ13.4411.583.81-
YUV94.2899.06156.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.34%
GREEN value IS 84 (33.20% from 255) = 32.18%
BLUE value IS 43 (17.19% from 255) = 16.48%
R=51.34%
G=32.18%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134844300.370.680.4727.0351.4134.71
Hex86542B025442F1b3323
Octal2061245304510457336343
Binary1000011010101001010110100101100010010111111011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86542B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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