#874F2C

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

Shades of Korma #874F2C

Tints of Korma #874F2C

Color information

#874F2C (or 0x874F2C) is unknown color: approx Korma. HEX triplet: 87, 4F and 2C. RGB value is (135,79,44). Sum of RGB (Red+Green+Blue) = 135+79+44=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #874F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874F2C is #78B0D3. Grayscale: #5B5B5B. Windows color (decimal): -7909588 or 2903943. OLE color: 2903943.

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

Color convert

RGB1357944-
CMYK00.410.670.47
HSL23.08º50.84%35.1%-
HSV(B)23.08º67.41%52.94%-
XYZ13.2410.923.79-
YUV91.75101.05158.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.33%
GREEN value IS 79 (31.25% from 255) = 30.62%
BLUE value IS 44 (17.58% from 255) = 17.05%
R=52.33%
G=30.62%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135794400.410.670.4723.0850.8435.1
Hex874F2C029432F173323
Octal2071175405110357276343
Binary1000011110011111011000101001100001110111110111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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