#86542A

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

Shades of Korma #86542A

Tints of Korma #86542A

Color information

#86542A (or 0x86542A) is unknown color: approx Korma. HEX triplet: 86, 54 and 2A. RGB value is (134,84,42). Sum of RGB (Red+Green+Blue) = 134+84+42=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #86542A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86542A is #79ABD5. Grayscale: #5E5E5E. Windows color (decimal): -7973846 or 2774150. OLE color: 2774150.

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

Color convert

RGB1348442-
CMYK00.370.690.47
HSL27.39º52.27%34.51%-
HSV(B)27.39º68.66%52.55%-
XYZ13.4211.583.72-
YUV94.1698.56156.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.54%
GREEN value IS 84 (33.20% from 255) = 32.31%
BLUE value IS 42 (16.80% from 255) = 16.15%
R=51.54%
G=32.31%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134844200.370.690.4727.3952.2734.51
Hex86542A025452F1b3423
Octal2061245204510557336443
Binary1000011010101001010100100101100010110111111011110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86542A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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