#874A29

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

Shades of Korma #874A29

Tints of Korma #874A29

Color information

#874A29 (or 0x874A29) is unknown color: approx Korma. HEX triplet: 87, 4A and 29. RGB value is (135,74,41). Sum of RGB (Red+Green+Blue) = 135+74+41=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 41 (16.41% from 255 or 16.4% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #874A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874A29 is #78B5D6. Grayscale: #585858. Windows color (decimal): -7910871 or 2706055. OLE color: 2706055.

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

Color convert

RGB1357441-
CMYK00.450.700.47
HSL21.06º53.41%34.51%-
HSV(B)21.06º69.63%52.94%-
XYZ12.8410.213.39-
YUV88.48101.21161.18-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54%
GREEN value IS 74 (29.30% from 255) = 29.6%
BLUE value IS 41 (16.41% from 255) = 16.4%
R=54%
G=29.6%
B=16.4%

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
Decimal135744100.450.700.4721.0653.4134.51
Hex874A2902D462F153523
Octal2071125105510657256543
Binary1000011110010101010010101101100011010111110101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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