#834C5F

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

Shades of Cosmic #834C5F

Tints of Cosmic #834C5F

Color information

#834C5F (or 0x834C5F) is unknown color: approx Cosmic. HEX triplet: 83, 4C and 5F. RGB value is (131,76,95). Sum of RGB (Red+Green+Blue) = 131+76+95=302 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.38% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 131 - color contains mainly: red. Hex color #834C5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834C5F is #7CB3A0. Grayscale: #5E5E5E. Windows color (decimal): -8172449 or 6245507. OLE color: 6245507.

HSL color Cylindrical-coordinate representation of color #834C5F: hue angle of 339.27º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #834C5F is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB1317695-
CMYK00.420.270.49
HSL339.27º26.57%40.59%-
HSV(B)339.27º41.98%51.37%-
XYZ14.0110.8212.18-
YUV94.61128.22153.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.38%
GREEN value IS 76 (30.08% from 255) = 25.17%
BLUE value IS 95 (37.5% from 255) = 31.46%
R=43.38%
G=25.17%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131769500.420.270.49339.2726.5740.59
Hex834C5F02A1B311531b29
Octal20311413705233615233351
Binary100000111001100101111101010101101111000110101001111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834C5F; }

 p { color: rgb(131,76,95); }

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

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

 a { background-color: rgb(131,76,95); }

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

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

 span { border-color: rgb(131,76,95); }

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