#875028

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

Shades of Korma #875028

Tints of Korma #875028

Color information

#875028 (or 0x875028) is unknown color: approx Korma. HEX triplet: 87, 50 and 28. RGB value is (135,80,40). Sum of RGB (Red+Green+Blue) = 135+80+40=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #875028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875028 is #78AFD7. Grayscale: #5C5C5C. Windows color (decimal): -7909336 or 2642055. OLE color: 2642055.

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

Color convert

RGB1358040-
CMYK00.410.700.47
HSL25.26º54.29%34.31%-
HSV(B)25.26º70.37%52.94%-
XYZ13.2411.043.44-
YUV91.8898.72158.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.94%
GREEN value IS 80 (31.64% from 255) = 31.37%
BLUE value IS 40 (16.02% from 255) = 15.69%
R=52.94%
G=31.37%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135804000.410.700.4725.2654.2934.31
Hex875028029462F193622
Octal2071205005110657316642
Binary1000011110100001010000101001100011010111111001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875028; }

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

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

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

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

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

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

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

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