Html Css Color HEX #524741 Cork

📋 copy color: '#524741'

red 82 ◦ green 71 ◦ blue 65

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

Shades of Cork #524741

Tints of Cork #524741

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.57%

 BLUE value IS 65 (25.78% from 255) = 29.82%

R = 37.61%
G = 32.57%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#524741 (or 0x524741) is known color: Cork. HEX triplet: 52, 47 and 41. RGB value is (82,71,65). Sum of RGB (Red+Green+Blue) = 82+71+65=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 82 - color contains mainly: red. Hex color #524741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524741 is #ADB8BE. Grayscale: #494949. Windows color (decimal): -11385023 or 4278098. OLE color: 4278098.

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

Color convert

RGB 82 71 65 -
CMYK 0 0.13 0.21 0.68
HSL 21.18º 0.12% 0.29% -
HSV(B) 21.18º 0.21% 0.32% -
XYZ 6.69 6.68 5.94 -
YUV 73.61 123.14 133.99 -
System Red Green Blue C M Y K H S L
Decimal 82 71 65 0 0.13 0.21 0.68 21.18 0.12 0.29
Hex 52 47 41 0 D 15 44 15 C 1D
Octal 122 107 101 0 15 25 104 25 14 35
Binary 1010010 1000111 1000001 0 1101 10101 1000100 10101 1100 11101

Color Harmonies of #524741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524741

Black with #524741

Text Example


Text Example

White with #524741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524741; }

 p { color: rgb(82,71,65); }

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

background-color css

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

 a { background-color: rgb(82,71,65); }

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

border-color css

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

 span { border-color: rgb(82,71,65); }

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