#825467

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

Shades of Cosmic #825467

Tints of Cosmic #825467

Color information

#825467 (or 0x825467) is unknown color: approx Cosmic. HEX triplet: 82, 54 and 67. RGB value is (130,84,103). Sum of RGB (Red+Green+Blue) = 130+84+103=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 130 - color contains mainly: red. Hex color #825467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825467 is #7DAB98. Grayscale: #636363. Windows color (decimal): -8235929 or 6771842. OLE color: 6771842.

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

Color convert

RGB13084103-
CMYK00.350.210.49
HSL335.22º21.5%41.96%-
HSV(B)335.22º35.38%50.98%-
XYZ14.8212.0714.38-
YUV99.92129.74149.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.01%
GREEN value IS 84 (33.20% from 255) = 26.50%
BLUE value IS 103 (40.62% from 255) = 32.49%
R=41.01%
G=26.50%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308410300.350.210.49335.2221.541.96
Hex825467023153114f152a
Octal20212414704325615172552
Binary100000101010100110011101000111010111000110100111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825467; }

 p { color: rgb(130,84,103); }

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

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

 a { background-color: rgb(130,84,103); }

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

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

 span { border-color: rgb(130,84,103); }

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