#874E2F

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

Shades of Korma #874E2F

Tints of Korma #874E2F

Color information

#874E2F (or 0x874E2F) is unknown color: approx Korma. HEX triplet: 87, 4E and 2F. RGB value is (135,78,47). Sum of RGB (Red+Green+Blue) = 135+78+47=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #874E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874E2F is #78B1D0. Grayscale: #5B5B5B. Windows color (decimal): -7909841 or 3100295. OLE color: 3100295.

HSL color Cylindrical-coordinate representation of color #874E2F: hue angle of 21.14º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #874E2F is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB1357847-
CMYK00.420.650.47
HSL21.14º48.35%35.69%-
HSV(B)21.14º65.19%52.94%-
XYZ13.2310.84.08-
YUV91.51102.88159.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.92%
GREEN value IS 78 (30.86% from 255) = 30%
BLUE value IS 47 (18.75% from 255) = 18.08%
R=51.92%
G=30%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135784700.420.650.4721.1448.3535.69
Hex874E2F02A412F153024
Octal2071165705210157256044
Binary1000011110011101011110101010100000110111110101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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