#883F5E

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

Shades of Cosmic #883F5E

Tints of Cosmic #883F5E

Color information

#883F5E (or 0x883F5E) is unknown color: approx Cosmic. HEX triplet: 88, 3F and 5E. RGB value is (136,63,94). Sum of RGB (Red+Green+Blue) = 136+63+94=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 136 - color contains mainly: red. Hex color #883F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883F5E is #77C0A1. Grayscale: #585858. Windows color (decimal): -7848098 or 6176648. OLE color: 6176648.

HSL color Cylindrical-coordinate representation of color #883F5E: hue angle of 334.52º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #883F5E is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1366394-
CMYK00.540.310.47
HSL334.52º36.68%39.02%-
HSV(B)334.52º53.68%53.33%-
XYZ13.959.611.71-
YUV88.36131.18161.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.42%
GREEN value IS 63 (25% from 255) = 21.50%
BLUE value IS 94 (37.11% from 255) = 32.08%
R=46.42%
G=21.50%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136639400.540.310.47334.5236.6839.02
Hex883F5E0361F2F14f2527
Octal2107713606637575174547
Binary100010001111111011110011011011111101111101001111100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883F5E; }

 p { color: rgb(136,63,94); }

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

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

 a { background-color: rgb(136,63,94); }

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

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

 span { border-color: rgb(136,63,94); }

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