Html Css Color HEX #824964 Cosmic

📋 copy color: '#824964'

red 130 ◦ green 73 ◦ blue 100

#824964
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #824964

Tints of Cosmic #824964

RGB

 RED value IS 130 (51.17% from 255) = 42.9%

 GREEN value IS 73 (28.91% from 255) = 24.09%

 BLUE value IS 100 (39.45% from 255) = 33%

R = 42.9%
G = 24.09%
B = 33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#824964 (or 0x824964) is known color: Cosmic. HEX triplet: 82, 49 and 64. RGB value is (130,73,100). Sum of RGB (Red+Green+Blue) = 130+73+100=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 130 - color contains mainly: red. Hex color #824964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824964 is #7DB69B. Grayscale: #5D5D5D. Windows color (decimal): -8238748 or 6572418. OLE color: 6572418.

HSL color Cylindrical-coordinate representation of color #824964: hue angle of 331.58º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #824964 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 73 100 -
CMYK 0 0.44 0.23 0.49
HSL 331.58º 0.28% 0.4% -
HSV(B) 331.58º 0.44% 0.51% -
XYZ 13.89 10.43 13.34 -
YUV 93.12 131.88 154.3 -
System Red Green Blue C M Y K H S L
Decimal 130 73 100 0 0.44 0.23 0.49 331.58 0.28 0.4
Hex 82 49 64 0 2C 17 31 14C 1C 28
Octal 202 111 144 0 54 27 61 514 34 50
Binary 10000010 1001001 1100100 0 101100 10111 110001 101001100 11100 101000

Color Harmonies of #824964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824964

Black with #824964

Text Example


Text Example

White with #824964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824964; }

 p { color: rgb(130,73,100); }

 H1.HeaderClassName
 {
   color: #824964;
 }
 .AnyTagClassName
 {
   color: #824964;
 }
</style>

background-color css

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

 a { background-color: rgb(130,73,100); }

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

border-color css

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

 span { border-color: rgb(130,73,100); }

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