#874C2E

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

Shades of Korma #874C2E

Tints of Korma #874C2E

Color information

#874C2E (or 0x874C2E) is unknown color: approx Korma. HEX triplet: 87, 4C and 2E. RGB value is (135,76,46). Sum of RGB (Red+Green+Blue) = 135+76+46=257 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.53% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 135 - color contains mainly: red. Hex color #874C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874C2E is #78B3D1. Grayscale: #5A5A5A. Windows color (decimal): -7910354 or 3034247. OLE color: 3034247.

HSL color Cylindrical-coordinate representation of color #874C2E: hue angle of 20.22º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #874C2E is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB1357646-
CMYK00.440.660.47
HSL20.22º49.17%35.49%-
HSV(B)20.22º65.93%52.94%-
XYZ13.0710.523.93-
YUV90.22103.05159.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.53%
GREEN value IS 76 (30.08% from 255) = 29.57%
BLUE value IS 46 (18.36% from 255) = 17.90%
R=52.53%
G=29.57%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135764600.440.660.4720.2249.1735.49
Hex874C2E02C422F143123
Octal2071145605410257246143
Binary1000011110011001011100101100100001010111110100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,76,46); }

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

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

 a { background-color: rgb(135,76,46); }

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

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

 span { border-color: rgb(135,76,46); }

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