#874A28

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

Shades of Korma #874A28

Tints of Korma #874A28

Color information

#874A28 (or 0x874A28) is unknown color: approx Korma. HEX triplet: 87, 4A and 28. RGB value is (135,74,40). Sum of RGB (Red+Green+Blue) = 135+74+40=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #874A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874A28 is #78B5D7. Grayscale: #585858. Windows color (decimal): -7910872 or 2640519. OLE color: 2640519.

HSL color Cylindrical-coordinate representation of color #874A28: hue angle of 21.47º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #874A28 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB1357440-
CMYK00.450.700.47
HSL21.47º54.29%34.31%-
HSV(B)21.47º70.37%52.94%-
XYZ12.8210.23.3-
YUV88.36100.71161.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.22%
GREEN value IS 74 (29.30% from 255) = 29.72%
BLUE value IS 40 (16.02% from 255) = 16.06%
R=54.22%
G=29.72%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135744000.450.700.4721.4754.2934.31
Hex874A2802D462F153622
Octal2071125005510657256642
Binary1000011110010101010000101101100011010111110101110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,74,40); }

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

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

 a { background-color: rgb(135,74,40); }

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

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

 span { border-color: rgb(135,74,40); }

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