#874F28

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

Shades of Korma #874F28

Tints of Korma #874F28

Color information

#874F28 (or 0x874F28) is unknown color: approx Korma. HEX triplet: 87, 4F and 28. RGB value is (135,79,40). Sum of RGB (Red+Green+Blue) = 135+79+40=254 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.15% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 135 - color contains mainly: red. Hex color #874F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874F28 is #78B0D7. Grayscale: #5B5B5B. Windows color (decimal): -7909592 or 2641799. OLE color: 2641799.

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

Color convert

RGB1357940-
CMYK00.410.700.47
HSL24.63º54.29%34.31%-
HSV(B)24.63º70.37%52.94%-
XYZ13.1710.93.42-
YUV91.399.05159.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.15%
GREEN value IS 79 (31.25% from 255) = 31.10%
BLUE value IS 40 (16.02% from 255) = 15.75%
R=53.15%
G=31.10%
B=15.75%

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
Decimal135794000.410.700.4724.6354.2934.31
Hex874F28029462F193622
Octal2071175005110657316642
Binary1000011110011111010000101001100011010111111001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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