#875327

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

Shades of Korma #875327

Tints of Korma #875327

Color information

#875327 (or 0x875327) is unknown color: approx Korma. HEX triplet: 87, 53 and 27. RGB value is (135,83,39). Sum of RGB (Red+Green+Blue) = 135+83+39=257 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.53% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 135 - color contains mainly: red. Hex color #875327 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875327 is #78ACD8. Grayscale: #5D5D5D. Windows color (decimal): -7908569 or 2577287. OLE color: 2577287.

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

Color convert

RGB1358339-
CMYK00.390.710.47
HSL27.5º55.17%34.12%-
HSV(B)27.5º71.11%52.94%-
XYZ13.4511.483.43-
YUV93.5397.23157.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.53%
GREEN value IS 83 (32.81% from 255) = 32.30%
BLUE value IS 39 (15.62% from 255) = 15.18%
R=52.53%
G=32.30%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135833900.390.710.4727.555.1734.12
Hex875327027472F1c3722
Octal2071234704710757346742
Binary1000011110100111001110100111100011110111111100110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875327; }

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

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

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

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

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

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

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

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