#874E25

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

Shades of Korma #874E25

Tints of Korma #874E25

Color information

#874E25 (or 0x874E25) is unknown color: approx Korma. HEX triplet: 87, 4E and 25. RGB value is (135,78,37). Sum of RGB (Red+Green+Blue) = 135+78+37=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 78 (30.86% from 255 or 31.2% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #874E25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874E25 is #78B1DA. Grayscale: #5A5A5A. Windows color (decimal): -7909851 or 2444935. OLE color: 2444935.

HSL color Cylindrical-coordinate representation of color #874E25: hue angle of 25.1º degrees, saturation: 0.57, 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 #874E25 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB1357837-
CMYK00.420.730.47
HSL25.1º56.98%33.73%-
HSV(B)25.1º72.59%52.94%-
XYZ13.0510.733.13-
YUV90.3797.88159.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54%
GREEN value IS 78 (30.86% from 255) = 31.2%
BLUE value IS 37 (14.84% from 255) = 14.8%
R=54%
G=31.2%
B=14.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135783700.420.730.4725.156.9833.73
Hex874E2502A492F193922
Octal2071164505211157317142
Binary1000011110011101001010101010100100110111111001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874E25; }

 p { color: rgb(135,78,37); }

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

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

 a { background-color: rgb(135,78,37); }

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

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

 span { border-color: rgb(135,78,37); }

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