Html Css Color HEX #524942 Cork

📋 copy color: '#524942'

red 82 ◦ green 73 ◦ blue 66

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

Shades of Cork #524942

Tints of Cork #524942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 29.86%

R = 37.1%
G = 33.03%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#524942 (or 0x524942) is known color: Cork. HEX triplet: 52, 49 and 42. RGB value is (82,73,66). Sum of RGB (Red+Green+Blue) = 82+73+66=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 82 - color contains mainly: red. Hex color #524942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524942 is #ADB6BD. Grayscale: #4A4A4A. Windows color (decimal): -11384510 or 4344146. OLE color: 4344146.

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

Color convert

RGB 82 73 66 -
CMYK 0 0.11 0.20 0.68
HSL 26.25º 0.11% 0.29% -
HSV(B) 26.25º 0.2% 0.32% -
XYZ 6.85 6.95 6.14 -
YUV 74.89 122.98 133.07 -
System Red Green Blue C M Y K H S L
Decimal 82 73 66 0 0.11 0.20 0.68 26.25 0.11 0.29
Hex 52 49 42 0 B 14 44 1A B 1D
Octal 122 111 102 0 13 24 104 32 13 35
Binary 1010010 1001001 1000010 0 1011 10100 1000100 11010 1011 11101

Color Harmonies of #524942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524942

Black with #524942

Text Example


Text Example

White with #524942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524942; }

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

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

background-color css

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

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

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

border-color css

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

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

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