#834D62

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

Shades of Cosmic #834D62

Tints of Cosmic #834D62

Color information

#834D62 (or 0x834D62) is unknown color: approx Cosmic. HEX triplet: 83, 4D and 62. RGB value is (131,77,98). Sum of RGB (Red+Green+Blue) = 131+77+98=306 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.81% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 131 - color contains mainly: red. Hex color #834D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #834D62 is #7CB29D. Grayscale: #5F5F5F. Windows color (decimal): -8172190 or 6442371. OLE color: 6442371.

HSL color Cylindrical-coordinate representation of color #834D62: hue angle of 336.67º 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 #834D62 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB1317798-
CMYK00.410.250.49
HSL336.67º25.96%40.78%-
HSV(B)336.67º41.22%51.37%-
XYZ14.2211.0112.93-
YUV95.54129.39153.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.81%
GREEN value IS 77 (30.47% from 255) = 25.16%
BLUE value IS 98 (38.67% from 255) = 32.03%
R=42.81%
G=25.16%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131779800.410.250.49336.6725.9640.78
Hex834D6202919311511a29
Octal20311514205131615213251
Binary100000111001101110001001010011100111000110101000111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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