#875027

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

Shades of Korma #875027

Tints of Korma #875027

Color information

#875027 (or 0x875027) is unknown color: approx Korma. HEX triplet: 87, 50 and 27. RGB value is (135,80,39). Sum of RGB (Red+Green+Blue) = 135+80+39=254 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.15% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 39 (15.62% from 255 or 15.35% from 254); Max value from RGB is 135 - color contains mainly: red. Hex color #875027 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875027 is #78AFD8. Grayscale: #5B5B5B. Windows color (decimal): -7909337 or 2576519. OLE color: 2576519.

HSL color Cylindrical-coordinate representation of color #875027: hue angle of 25.62º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #875027 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB1358039-
CMYK00.410.710.47
HSL25.62º55.17%34.12%-
HSV(B)25.62º71.11%52.94%-
XYZ13.2311.033.35-
YUV91.7798.22158.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.15%
GREEN value IS 80 (31.64% from 255) = 31.50%
BLUE value IS 39 (15.62% from 255) = 15.35%
R=53.15%
G=31.50%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135803900.410.710.4725.6255.1734.12
Hex875027029472F1a3722
Octal2071204705110757326742
Binary1000011110100001001110101001100011110111111010110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875027; }

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

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

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

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

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

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

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

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