#875429

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

Shades of Korma #875429

Tints of Korma #875429

Color information

#875429 (or 0x875429) is unknown color: approx Korma. HEX triplet: 87, 54 and 29. RGB value is (135,84,41). Sum of RGB (Red+Green+Blue) = 135+84+41=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 41 (16.41% from 255 or 15.77% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #875429 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875429 is #78ABD6. Grayscale: #5E5E5E. Windows color (decimal): -7908311 or 2708615. OLE color: 2708615.

HSL color Cylindrical-coordinate representation of color #875429: hue angle of 27.45º 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 #875429 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB1358441-
CMYK00.380.700.47
HSL27.45º53.41%34.51%-
HSV(B)27.45º69.63%52.94%-
XYZ13.5611.653.63-
YUV94.3597.9157-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.92%
GREEN value IS 84 (33.20% from 255) = 32.31%
BLUE value IS 41 (16.41% from 255) = 15.77%
R=51.92%
G=32.31%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135844100.380.700.4727.4553.4134.51
Hex875429026462F1b3523
Octal2071245104610657336543
Binary1000011110101001010010100110100011010111111011110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875429; }

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

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

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

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

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

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

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

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