#874C2A

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

Shades of Korma #874C2A

Tints of Korma #874C2A

Color information

#874C2A (or 0x874C2A) is unknown color: approx Korma. HEX triplet: 87, 4C and 2A. RGB value is (135,76,42). Sum of RGB (Red+Green+Blue) = 135+76+42=253 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.36% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 135 - color contains mainly: red. Hex color #874C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874C2A is #78B3D5. Grayscale: #595959. Windows color (decimal): -7910358 or 2772103. OLE color: 2772103.

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

Color convert

RGB1357642-
CMYK00.440.690.47
HSL21.94º52.54%34.71%-
HSV(B)21.94º68.89%52.94%-
XYZ12.9910.493.53-
YUV89.76101.05160.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.36%
GREEN value IS 76 (30.08% from 255) = 30.04%
BLUE value IS 42 (16.80% from 255) = 16.60%
R=53.36%
G=30.04%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135764200.440.690.4721.9452.5434.71
Hex874C2A02C452F163523
Octal2071145205410557266543
Binary1000011110011001010100101100100010110111110110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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