#86542F

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

Shades of Korma #86542F

Tints of Korma #86542F

Color information

#86542F (or 0x86542F) is unknown color: approx Korma. HEX triplet: 86, 54 and 2F. RGB value is (134,84,47). Sum of RGB (Red+Green+Blue) = 134+84+47=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #86542F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86542F is #79ABD0. Grayscale: #5E5E5E. Windows color (decimal): -7973841 or 3101830. OLE color: 3101830.

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

Color convert

RGB1348447-
CMYK00.370.650.47
HSL25.52º48.07%35.49%-
HSV(B)25.52º64.93%52.55%-
XYZ13.5111.614.22-
YUV94.73101.06156.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.57%
GREEN value IS 84 (33.20% from 255) = 31.70%
BLUE value IS 47 (18.75% from 255) = 17.74%
R=50.57%
G=31.70%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134844700.370.650.4725.5248.0735.49
Hex86542F025412F1a3023
Octal2061245704510157326043
Binary1000011010101001011110100101100000110111111010110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86542F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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