#874D2C

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

Shades of Korma #874D2C

Tints of Korma #874D2C

Color information

#874D2C (or 0x874D2C) is unknown color: approx Korma. HEX triplet: 87, 4D and 2C. RGB value is (135,77,44). Sum of RGB (Red+Green+Blue) = 135+77+44=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #874D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874D2C is #78B2D3. Grayscale: #5A5A5A. Windows color (decimal): -7910100 or 2903431. OLE color: 2903431.

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

Color convert

RGB1357744-
CMYK00.430.670.47
HSL21.76º50.84%35.1%-
HSV(B)21.76º67.41%52.94%-
XYZ13.110.643.75-
YUV90.58101.72159.68-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.73%
GREEN value IS 77 (30.47% from 255) = 30.08%
BLUE value IS 44 (17.58% from 255) = 17.19%
R=52.73%
G=30.08%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135774400.430.670.4721.7650.8435.1
Hex874D2C02B432F163323
Octal2071155405310357266343
Binary1000011110011011011000101011100001110111110110110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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