#885632

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

Shades of Korma #885632

Tints of Korma #885632

Color information

#885632 (or 0x885632) is unknown color: approx Korma. HEX triplet: 88, 56 and 32. RGB value is (136,86,50). Sum of RGB (Red+Green+Blue) = 136+86+50=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #885632 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885632 is #77A9CD. Grayscale: #616161. Windows color (decimal): -7842254 or 3298952. OLE color: 3298952.

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

Color convert

RGB1368650-
CMYK00.370.630.47
HSL25.12º46.24%36.47%-
HSV(B)25.12º63.24%53.33%-
XYZ14.0612.124.62-
YUV96.85101.56155.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50%
GREEN value IS 86 (33.98% from 255) = 31.62%
BLUE value IS 50 (19.92% from 255) = 18.38%
R=50%
G=31.62%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136865000.370.630.4725.1246.2436.47
Hex8856320253F2F192e24
Octal210126620457757315644
Binary100010001010110110010010010111111110111111001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885632; }

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

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

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

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

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

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

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

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