Html Css Color HEX #524943 Cork

📋 copy color: '#524943'

red 82 ◦ green 73 ◦ blue 67

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

Shades of Cork #524943

Tints of Cork #524943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 30.18%

R = 36.94%
G = 32.88%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.18

 K value IS 0.68

RGB Variations

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

Color information

#524943 (or 0x524943) is known color: Cork. HEX triplet: 52, 49 and 43. RGB value is (82,73,67). Sum of RGB (Red+Green+Blue) = 82+73+67=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 67 (26.56% from 255 or 30.18% from 222); Max value from RGB is 82 - color contains mainly: red. Hex color #524943 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524943 is #ADB6BC. Grayscale: #4B4B4B. Windows color (decimal): -11384509 or 4409682. OLE color: 4409682.

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

Color convert

RGB 82 73 67 -
CMYK 0 0.11 0.18 0.68
HSL 24º 0.1% 0.29% -
HSV(B) 24º 0.18% 0.32% -
XYZ 6.88 6.96 6.29 -
YUV 75.01 123.48 132.99 -
System Red Green Blue C M Y K H S L
Decimal 82 73 67 0 0.11 0.18 0.68 24 0.1 0.29
Hex 52 49 43 0 B 12 44 18 A 1D
Octal 122 111 103 0 13 22 104 30 12 35
Binary 1010010 1001001 1000011 0 1011 10010 1000100 11000 1010 11101

Color Harmonies of #524943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524943

Black with #524943

Text Example


Text Example

White with #524943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524943; }

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

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

background-color css

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

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

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

border-color css

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

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

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