#875533

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

Shades of Korma #875533

Tints of Korma #875533

Color information

#875533 (or 0x875533) is unknown color: approx Korma. HEX triplet: 87, 55 and 33. RGB value is (135,85,51). Sum of RGB (Red+Green+Blue) = 135+85+51=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 51 (20.31% from 255 or 18.82% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #875533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875533 is #78AACC. Grayscale: #606060. Windows color (decimal): -7908045 or 3364231. OLE color: 3364231.

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

Color convert

RGB1358551-
CMYK00.370.620.47
HSL24.29º45.16%36.47%-
HSV(B)24.29º62.22%52.94%-
XYZ13.8411.894.7-
YUV96.07102.56155.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.82%
GREEN value IS 85 (33.59% from 255) = 31.37%
BLUE value IS 51 (20.31% from 255) = 18.82%
R=49.82%
G=31.37%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135855100.370.620.4724.2945.1636.47
Hex8755330253E2F182d24
Octal207125630457657305544
Binary100001111010101110011010010111111010111111000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875533; }

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

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

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

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

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

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

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

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