#885132

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

Shades of Korma #885132

Tints of Korma #885132

Color information

#885132 (or 0x885132) is unknown color: approx Korma. HEX triplet: 88, 51 and 32. RGB value is (136,81,50). Sum of RGB (Red+Green+Blue) = 136+81+50=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #885132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885132 is #77AECD. Grayscale: #5E5E5E. Windows color (decimal): -7843534 or 3297672. OLE color: 3297672.

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

Color convert

RGB1368150-
CMYK00.400.630.47
HSL21.63º46.24%36.47%-
HSV(B)21.63º63.24%53.33%-
XYZ13.6711.354.49-
YUV93.91103.22158.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.94%
GREEN value IS 81 (32.03% from 255) = 30.34%
BLUE value IS 50 (19.92% from 255) = 18.73%
R=50.94%
G=30.34%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136815000.400.630.4721.6346.2436.47
Hex8851320283F2F162e24
Octal210121620507757265644
Binary100010001010001110010010100011111110111110110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885132; }

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

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

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

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

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

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

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

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