Html Css Color HEX #574F49 Cork

📋 copy color: '#574F49'

red 87 ◦ green 79 ◦ blue 73

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

Shades of Cork #574F49

Tints of Cork #574F49

RGB

 RED value IS 87 (34.38% from 255) = 36.4%

 GREEN value IS 79 (31.25% from 255) = 33.05%

 BLUE value IS 73 (28.91% from 255) = 30.54%

R = 36.4%
G = 33.05%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#574F49 (or 0x574F49) is known color: Cork. HEX triplet: 57, 4F and 49. RGB value is (87,79,73). Sum of RGB (Red+Green+Blue) = 87+79+73=239 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.40% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 87 - color contains mainly: red. Hex color #574F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574F49 is #A8B0B6. Grayscale: #505050. Windows color (decimal): -11055287 or 4804439. OLE color: 4804439.

HSL color Cylindrical-coordinate representation of color #574F49: hue angle of 25.71º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #574F49 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 79 73 -
CMYK 0 0.09 0.16 0.66
HSL 25.71º 0.09% 0.31% -
HSV(B) 25.71º 0.16% 0.34% -
XYZ 7.93 8.1 7.45 -
YUV 80.71 123.65 132.49 -
System Red Green Blue C M Y K H S L
Decimal 87 79 73 0 0.09 0.16 0.66 25.71 0.09 0.31
Hex 57 4F 49 0 9 10 42 1A 9 1F
Octal 127 117 111 0 11 20 102 32 11 37
Binary 1010111 1001111 1001001 0 1001 10000 1000010 11010 1001 11111

Color Harmonies of #574F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574F49

Black with #574F49

Text Example


Text Example

White with #574F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574F49; }

 p { color: rgb(87,79,73); }

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

background-color css

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

 a { background-color: rgb(87,79,73); }

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

border-color css

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

 span { border-color: rgb(87,79,73); }

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