Html Css Color HEX #524E4B Cork

📋 copy color: '#524E4B'

red 82 ◦ green 78 ◦ blue 75

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

Shades of Cork #524E4B

Tints of Cork #524E4B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 33.19%

 BLUE value IS 75 (29.69% from 255) = 31.91%

R = 34.89%
G = 33.19%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#524E4B (or 0x524E4B) is known color: Cork. HEX triplet: 52, 4E and 4B. RGB value is (82,78,75). Sum of RGB (Red+Green+Blue) = 82+78+75=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 82 - color contains mainly: red. Hex color #524E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524E4B is #ADB1B4. Grayscale: #4E4E4E. Windows color (decimal): -11383221 or 4935250. OLE color: 4935250.

HSL color Cylindrical-coordinate representation of color #524E4B: hue angle of 25.71º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #524E4B is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 78 75 -
CMYK 0 0.05 0.09 0.68
HSL 25.71º 0.04% 0.31% -
HSV(B) 25.71º 0.09% 0.32% -
XYZ 7.47 7.75 7.76 -
YUV 78.85 125.83 130.24 -
System Red Green Blue C M Y K H S L
Decimal 82 78 75 0 0.05 0.09 0.68 25.71 0.04 0.31
Hex 52 4E 4B 0 5 9 44 1A 4 1F
Octal 122 116 113 0 5 11 104 32 4 37
Binary 1010010 1001110 1001011 0 101 1001 1000100 11010 100 11111

Color Harmonies of #524E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524E4B

Black with #524E4B

Text Example


Text Example

White with #524E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,78,75); }

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

background-color css

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

 a { background-color: rgb(82,78,75); }

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

border-color css

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

 span { border-color: rgb(82,78,75); }

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