Html Css Color HEX #824967 Cosmic

📋 copy color: '#824967'

red 130 ◦ green 73 ◦ blue 103

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

Shades of Cosmic #824967

Tints of Cosmic #824967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.66%

R = 42.48%
G = 23.86%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#824967 (or 0x824967) is known color: Cosmic. HEX triplet: 82, 49 and 67. RGB value is (130,73,103). Sum of RGB (Red+Green+Blue) = 130+73+103=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 130 - color contains mainly: red. Hex color #824967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824967 is #7DB698. Grayscale: #5D5D5D. Windows color (decimal): -8238745 or 6769026. OLE color: 6769026.

HSL color Cylindrical-coordinate representation of color #824967: hue angle of 328.42º 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 #824967 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 73 103 -
CMYK 0 0.44 0.21 0.49
HSL 328.42º 0.28% 0.4% -
HSV(B) 328.42º 0.44% 0.51% -
XYZ 14.04 10.49 14.12 -
YUV 93.46 133.38 154.06 -
System Red Green Blue C M Y K H S L
Decimal 130 73 103 0 0.44 0.21 0.49 328.42 0.28 0.4
Hex 82 49 67 0 2C 15 31 148 1C 28
Octal 202 111 147 0 54 25 61 510 34 50
Binary 10000010 1001001 1100111 0 101100 10101 110001 101001000 11100 101000

Color Harmonies of #824967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824967

Black with #824967

Text Example


Text Example

White with #824967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824967; }

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

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

background-color css

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

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

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

border-color css

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

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

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