#865027

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

Shades of Korma #865027

Tints of Korma #865027

Color information

#865027 (or 0x865027) is unknown color: approx Korma. HEX triplet: 86, 50 and 27. RGB value is (134,80,39). Sum of RGB (Red+Green+Blue) = 134+80+39=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 39 (15.62% from 255 or 15.42% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #865027 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865027 is #79AFD8. Grayscale: #5B5B5B. Windows color (decimal): -7974873 or 2576518. OLE color: 2576518.

HSL color Cylindrical-coordinate representation of color #865027: hue angle of 25.89º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #865027 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB1348039-
CMYK00.400.710.47
HSL25.89º54.91%33.92%-
HSV(B)25.89º70.9%52.55%-
XYZ13.0710.953.34-
YUV91.4798.39158.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.96%
GREEN value IS 80 (31.64% from 255) = 31.62%
BLUE value IS 39 (15.62% from 255) = 15.42%
R=52.96%
G=31.62%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134803900.400.710.4725.8954.9133.92
Hex865027028472F1a3722
Octal2061204705010757326742
Binary1000011010100001001110101000100011110111111010110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865027; }

 p { color: rgb(134,80,39); }

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

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

 a { background-color: rgb(134,80,39); }

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

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

 span { border-color: rgb(134,80,39); }

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