#875024

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

Shades of Korma #875024

Tints of Korma #875024

Color information

#875024 (or 0x875024) is unknown color: approx Korma. HEX triplet: 87, 50 and 24. RGB value is (135,80,36). Sum of RGB (Red+Green+Blue) = 135+80+36=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 36 (14.45% from 255 or 14.34% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #875024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875024 is #78AFDB. Grayscale: #5B5B5B. Windows color (decimal): -7909340 or 2379911. OLE color: 2379911.

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

Color convert

RGB1358036-
CMYK00.410.730.47
HSL26.67º57.89%33.53%-
HSV(B)26.67º73.33%52.94%-
XYZ13.1811.023.1-
YUV91.4396.72159.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.78%
GREEN value IS 80 (31.64% from 255) = 31.87%
BLUE value IS 36 (14.45% from 255) = 14.34%
R=53.78%
G=31.87%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135803600.410.730.4726.6757.8933.53
Hex875024029492F1b3a22
Octal2071204405111157337242
Binary1000011110100001001000101001100100110111111011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875024; }

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

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

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

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

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

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

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

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