#875029

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

Shades of Korma #875029

Tints of Korma #875029

Color information

#875029 (or 0x875029) is unknown color: approx Korma. HEX triplet: 87, 50 and 29. RGB value is (135,80,41). Sum of RGB (Red+Green+Blue) = 135+80+41=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #875029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875029 is #78AFD6. Grayscale: #5C5C5C. Windows color (decimal): -7909335 or 2707591. OLE color: 2707591.

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

Color convert

RGB1358041-
CMYK00.410.700.47
HSL24.89º53.41%34.51%-
HSV(B)24.89º69.63%52.94%-
XYZ13.2611.053.53-
YUV9299.22158.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.73%
GREEN value IS 80 (31.64% from 255) = 31.25%
BLUE value IS 41 (16.41% from 255) = 16.02%
R=52.73%
G=31.25%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135804100.410.700.4724.8953.4134.51
Hex875029029462F193523
Octal2071205105110657316543
Binary1000011110100001010010101001100011010111111001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875029; }

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

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

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

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

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

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

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

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