#875530

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

Shades of Korma #875530

Tints of Korma #875530

Color information

#875530 (or 0x875530) is unknown color: approx Korma. HEX triplet: 87, 55 and 30. RGB value is (135,85,48). Sum of RGB (Red+Green+Blue) = 135+85+48=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #875530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875530 is #78AACF. Grayscale: #5F5F5F. Windows color (decimal): -7908048 or 3167623. OLE color: 3167623.

HSL color Cylindrical-coordinate representation of color #875530: hue angle of 25.52º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #875530 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB1358548-
CMYK00.370.640.47
HSL25.52º47.54%35.88%-
HSV(B)25.52º64.44%52.94%-
XYZ13.7711.864.36-
YUV95.73101.06156.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.37%
GREEN value IS 85 (33.59% from 255) = 31.72%
BLUE value IS 48 (19.14% from 255) = 17.91%
R=50.37%
G=31.72%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135854800.370.640.4725.5247.5435.88
Hex875530025402F1a3024
Octal2071256004510057326044
Binary1000011110101011100000100101100000010111111010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875530; }

 p { color: rgb(135,85,48); }

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

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

 a { background-color: rgb(135,85,48); }

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

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

 span { border-color: rgb(135,85,48); }

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