Html Css Color HEX #574E48 Cork

📋 copy color: '#574E48'

red 87 ◦ green 78 ◦ blue 72

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

Shades of Cork #574E48

Tints of Cork #574E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.38%

R = 36.71%
G = 32.91%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#574E48 (or 0x574E48) is known color: Cork. HEX triplet: 57, 4E and 48. RGB value is (87,78,72). Sum of RGB (Red+Green+Blue) = 87+78+72=237 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.71% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 87 - color contains mainly: red. Hex color #574E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574E48 is #A8B1B7. Grayscale: #505050. Windows color (decimal): -11055544 or 4738647. OLE color: 4738647.

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

Color convert

RGB 87 78 72 -
CMYK 0 0.10 0.17 0.66
HSL 24º 0.09% 0.31% -
HSV(B) 24º 0.17% 0.34% -
XYZ 7.82 7.94 7.25 -
YUV 80.01 123.48 132.99 -
System Red Green Blue C M Y K H S L
Decimal 87 78 72 0 0.10 0.17 0.66 24 0.09 0.31
Hex 57 4E 48 0 A 11 42 18 9 1F
Octal 127 116 110 0 12 21 102 30 11 37
Binary 1010111 1001110 1001000 0 1010 10001 1000010 11000 1001 11111

Color Harmonies of #574E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574E48

Black with #574E48

Text Example


Text Example

White with #574E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,78,72); }

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

background-color css

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

 a { background-color: rgb(87,78,72); }

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

border-color css

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

 span { border-color: rgb(87,78,72); }

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