Html Css Color HEX #574D46 Cork

📋 copy color: '#574D46'

red 87 ◦ green 77 ◦ blue 70

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

Shades of Cork #574D46

Tints of Cork #574D46

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.91%

 BLUE value IS 70 (27.73% from 255) = 29.91%

R = 37.18%
G = 32.91%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#574D46 (or 0x574D46) is known color: Cork. HEX triplet: 57, 4D and 46. RGB value is (87,77,70). Sum of RGB (Red+Green+Blue) = 87+77+70=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 87 - color contains mainly: red. Hex color #574D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574D46 is #A8B2B9. Grayscale: #4F4F4F. Windows color (decimal): -11055802 or 4607319. OLE color: 4607319.

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

Color convert

RGB 87 77 70 -
CMYK 0 0.11 0.20 0.66
HSL 24.71º 0.11% 0.31% -
HSV(B) 24.71º 0.2% 0.34% -
XYZ 7.69 7.78 6.89 -
YUV 79.19 122.81 133.57 -
System Red Green Blue C M Y K H S L
Decimal 87 77 70 0 0.11 0.20 0.66 24.71 0.11 0.31
Hex 57 4D 46 0 B 14 42 19 B 1F
Octal 127 115 106 0 13 24 102 31 13 37
Binary 1010111 1001101 1000110 0 1011 10100 1000010 11001 1011 11111

Color Harmonies of #574D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574D46

Black with #574D46

Text Example


Text Example

White with #574D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,77,70); }

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

background-color css

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

 a { background-color: rgb(87,77,70); }

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

border-color css

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

 span { border-color: rgb(87,77,70); }

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