Html Css Color HEX #524842 Cork

📋 copy color: '#524842'

red 82 ◦ green 72 ◦ blue 66

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

Shades of Cork #524842

Tints of Cork #524842

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.73%

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

R = 37.27%
G = 32.73%
B = 30%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#524842 (or 0x524842) is known color: Cork. HEX triplet: 52, 48 and 42. RGB value is (82,72,66). Sum of RGB (Red+Green+Blue) = 82+72+66=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 82 - color contains mainly: red. Hex color #524842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524842 is #ADB7BD. Grayscale: #4A4A4A. Windows color (decimal): -11384766 or 4343890. OLE color: 4343890.

HSL color Cylindrical-coordinate representation of color #524842: hue angle of 22.5º 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 #524842 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 72 66 -
CMYK 0 0.12 0.20 0.68
HSL 22.5º 0.11% 0.29% -
HSV(B) 22.5º 0.2% 0.32% -
XYZ 6.78 6.82 6.11 -
YUV 74.31 123.31 133.49 -
System Red Green Blue C M Y K H S L
Decimal 82 72 66 0 0.12 0.20 0.68 22.5 0.11 0.29
Hex 52 48 42 0 C 14 44 16 B 1D
Octal 122 110 102 0 14 24 104 26 13 35
Binary 1010010 1001000 1000010 0 1100 10100 1000100 10110 1011 11101

Color Harmonies of #524842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524842

Black with #524842

Text Example


Text Example

White with #524842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524842; }

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

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

background-color css

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

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

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

border-color css

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

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

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