#874F2E

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

Shades of Korma #874F2E

Tints of Korma #874F2E

Color information

#874F2E (or 0x874F2E) is unknown color: approx Korma. HEX triplet: 87, 4F and 2E. RGB value is (135,79,46). Sum of RGB (Red+Green+Blue) = 135+79+46=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #874F2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874F2E is #78B0D1. Grayscale: #5C5C5C. Windows color (decimal): -7909586 or 3035015. OLE color: 3035015.

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

Color convert

RGB1357946-
CMYK00.410.660.47
HSL22.25º49.17%35.49%-
HSV(B)22.25º65.93%52.94%-
XYZ13.2810.944-
YUV91.98102.05158.68-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.92%
GREEN value IS 79 (31.25% from 255) = 30.38%
BLUE value IS 46 (18.36% from 255) = 17.69%
R=51.92%
G=30.38%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135794600.410.660.4722.2549.1735.49
Hex874F2E029422F163123
Octal2071175605110257266143
Binary1000011110011111011100101001100001010111110110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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