#874D2E

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

Shades of Korma #874D2E

Tints of Korma #874D2E

Color information

#874D2E (or 0x874D2E) is unknown color: approx Korma. HEX triplet: 87, 4D and 2E. RGB value is (135,77,46). Sum of RGB (Red+Green+Blue) = 135+77+46=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #874D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874D2E is #78B2D1. Grayscale: #5A5A5A. Windows color (decimal): -7910098 or 3034503. OLE color: 3034503.

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

Color convert

RGB1357746-
CMYK00.430.660.47
HSL20.9º49.17%35.49%-
HSV(B)20.9º65.93%52.94%-
XYZ13.1410.663.95-
YUV90.81102.72159.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.33%
GREEN value IS 77 (30.47% from 255) = 29.84%
BLUE value IS 46 (18.36% from 255) = 17.83%
R=52.33%
G=29.84%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135774600.430.660.4720.949.1735.49
Hex874D2E02B422F153123
Octal2071155605310257256143
Binary1000011110011011011100101011100001010111110101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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