#834D61

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

Shades of Cosmic #834D61

Tints of Cosmic #834D61

Color information

#834D61 (or 0x834D61) is unknown color: approx Cosmic. HEX triplet: 83, 4D and 61. RGB value is (131,77,97). Sum of RGB (Red+Green+Blue) = 131+77+97=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 131 - color contains mainly: red. Hex color #834D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #834D61 is #7CB29E. Grayscale: #5F5F5F. Windows color (decimal): -8172191 or 6376835. OLE color: 6376835.

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

Color convert

RGB1317797-
CMYK00.410.260.49
HSL337.78º25.96%40.78%-
HSV(B)337.78º41.22%51.37%-
XYZ14.171112.68-
YUV95.43128.89153.37-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.95%
GREEN value IS 77 (30.47% from 255) = 25.25%
BLUE value IS 97 (38.28% from 255) = 31.80%
R=42.95%
G=25.25%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131779700.410.260.49337.7825.9640.78
Hex834D610291A311521a29
Octal20311514105132615223251
Binary100000111001101110000101010011101011000110101001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,77,97); }

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

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

 a { background-color: rgb(131,77,97); }

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

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

 span { border-color: rgb(131,77,97); }

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