#875124

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

Shades of Korma #875124

Tints of Korma #875124

Color information

#875124 (or 0x875124) is unknown color: approx Korma. HEX triplet: 87, 51 and 24. RGB value is (135,81,36). Sum of RGB (Red+Green+Blue) = 135+81+36=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #875124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875124 is #78AEDB. Grayscale: #5C5C5C. Windows color (decimal): -7909084 or 2380167. OLE color: 2380167.

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

Color convert

RGB1358136-
CMYK00.400.730.47
HSL27.27º57.89%33.53%-
HSV(B)27.27º73.33%52.94%-
XYZ13.2511.163.13-
YUV92.0296.39158.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.57%
GREEN value IS 81 (32.03% from 255) = 32.14%
BLUE value IS 36 (14.45% from 255) = 14.29%
R=53.57%
G=32.14%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135813600.400.730.4727.2757.8933.53
Hex875124028492F1b3a22
Octal2071214405011157337242
Binary1000011110100011001000101000100100110111111011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875124; }

 p { color: rgb(135,81,36); }

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

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

 a { background-color: rgb(135,81,36); }

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

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

 span { border-color: rgb(135,81,36); }

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