#875632

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

Shades of Korma #875632

Tints of Korma #875632

Color information

#875632 (or 0x875632) is unknown color: approx Korma. HEX triplet: 87, 56 and 32. RGB value is (135,86,50). Sum of RGB (Red+Green+Blue) = 135+86+50=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #875632 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875632 is #78A9CD. Grayscale: #606060. Windows color (decimal): -7907790 or 3298951. OLE color: 3298951.

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

Color convert

RGB1358650-
CMYK00.360.630.47
HSL25.41º45.95%36.27%-
HSV(B)25.41º62.96%52.94%-
XYZ13.912.044.61-
YUV96.55101.73155.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.82%
GREEN value IS 86 (33.98% from 255) = 31.73%
BLUE value IS 50 (19.92% from 255) = 18.45%
R=49.82%
G=31.73%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135865000.360.630.4725.4145.9536.27
Hex8756320243F2F192e24
Octal207126620447757315644
Binary100001111010110110010010010011111110111111001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875632; }

 p { color: rgb(135,86,50); }

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

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

 a { background-color: rgb(135,86,50); }

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

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

 span { border-color: rgb(135,86,50); }

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