#865427

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

Shades of Korma #865427

Tints of Korma #865427

Color information

#865427 (or 0x865427) is unknown color: approx Korma. HEX triplet: 86, 54 and 27. RGB value is (134,84,39). Sum of RGB (Red+Green+Blue) = 134+84+39=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #865427 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865427 is #79ABD8. Grayscale: #5E5E5E. Windows color (decimal): -7973849 or 2577542. OLE color: 2577542.

HSL color Cylindrical-coordinate representation of color #865427: hue angle of 28.42º 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 #865427 is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB1348439-
CMYK00.370.710.47
HSL28.42º54.91%33.92%-
HSV(B)28.42º70.9%52.55%-
XYZ13.3711.563.45-
YUV93.8297.06156.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.14%
GREEN value IS 84 (33.20% from 255) = 32.68%
BLUE value IS 39 (15.62% from 255) = 15.18%
R=52.14%
G=32.68%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134843900.370.710.4728.4254.9133.92
Hex865427025472F1c3722
Octal2061244704510757346742
Binary1000011010101001001110100101100011110111111100110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865427; }

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

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

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

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

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

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

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

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