#874A25

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

Shades of Korma #874A25

Tints of Korma #874A25

Color information

#874A25 (or 0x874A25) is unknown color: approx Korma. HEX triplet: 87, 4A and 25. RGB value is (135,74,37). Sum of RGB (Red+Green+Blue) = 135+74+37=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #874A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874A25 is #78B5DA. Grayscale: #585858. Windows color (decimal): -7910875 or 2443911. OLE color: 2443911.

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

Color convert

RGB1357437-
CMYK00.450.730.47
HSL22.65º56.98%33.73%-
HSV(B)22.65º72.59%52.94%-
XYZ12.7710.183.04-
YUV88.0299.21161.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.88%
GREEN value IS 74 (29.30% from 255) = 30.08%
BLUE value IS 37 (14.84% from 255) = 15.04%
R=54.88%
G=30.08%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135743700.450.730.4722.6556.9833.73
Hex874A2502D492F173922
Octal2071124505511157277142
Binary1000011110010101001010101101100100110111110111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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