#865128

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

Shades of Korma #865128

Tints of Korma #865128

Color information

#865128 (or 0x865128) is unknown color: approx Korma. HEX triplet: 86, 51 and 28. RGB value is (134,81,40). Sum of RGB (Red+Green+Blue) = 134+81+40=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #865128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865128 is #79AED7. Grayscale: #5C5C5C. Windows color (decimal): -7974616 or 2642310. OLE color: 2642310.

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

Color convert

RGB1348140-
CMYK00.400.700.47
HSL26.17º54.02%34.12%-
HSV(B)26.17º70.15%52.55%-
XYZ13.1611.113.46-
YUV92.1798.56157.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.55%
GREEN value IS 81 (32.03% from 255) = 31.76%
BLUE value IS 40 (16.02% from 255) = 15.69%
R=52.55%
G=31.76%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134814000.400.700.4726.1754.0234.12
Hex865128028462F1a3622
Octal2061215005010657326642
Binary1000011010100011010000101000100011010111111010110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865128; }

 p { color: rgb(134,81,40); }

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

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

 a { background-color: rgb(134,81,40); }

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

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

 span { border-color: rgb(134,81,40); }

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