Html Css Color HEX #524D49 Cork

📋 copy color: '#524D49'

red 82 ◦ green 77 ◦ blue 73

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

Shades of Cork #524D49

Tints of Cork #524D49

RGB

 RED value IS 82 (32.42% from 255) = 35.34%

 GREEN value IS 77 (30.47% from 255) = 33.19%

 BLUE value IS 73 (28.91% from 255) = 31.47%

R = 35.34%
G = 33.19%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#524D49 (or 0x524D49) is known color: Cork. HEX triplet: 52, 4D and 49. RGB value is (82,77,73). Sum of RGB (Red+Green+Blue) = 82+77+73=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 82 - color contains mainly: red. Hex color #524D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524D49 is #ADB2B6. Grayscale: #4E4E4E. Windows color (decimal): -11383479 or 4803922. OLE color: 4803922.

HSL color Cylindrical-coordinate representation of color #524D49: hue angle of 26.67º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #524D49 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 77 73 -
CMYK 0 0.06 0.11 0.68
HSL 26.67º 0.06% 0.3% -
HSV(B) 26.67º 0.11% 0.32% -
XYZ 7.34 7.58 7.38 -
YUV 78.04 125.16 130.83 -
System Red Green Blue C M Y K H S L
Decimal 82 77 73 0 0.06 0.11 0.68 26.67 0.06 0.3
Hex 52 4D 49 0 6 B 44 1B 6 1E
Octal 122 115 111 0 6 13 104 33 6 36
Binary 1010010 1001101 1001001 0 110 1011 1000100 11011 110 11110

Color Harmonies of #524D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524D49

Black with #524D49

Text Example


Text Example

White with #524D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524D49; }

 p { color: rgb(82,77,73); }

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

background-color css

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

 a { background-color: rgb(82,77,73); }

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

border-color css

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

 span { border-color: rgb(82,77,73); }

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