Html Css Color HEX #574940 Cork

📋 copy color: '#574940'

red 87 ◦ green 73 ◦ blue 64

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

Shades of Cork #574940

Tints of Cork #574940

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.59%

 BLUE value IS 64 (25.39% from 255) = 28.57%

R = 38.84%
G = 32.59%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#574940 (or 0x574940) is known color: Cork. HEX triplet: 57, 49 and 40. RGB value is (87,73,64). Sum of RGB (Red+Green+Blue) = 87+73+64=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 87 - color contains mainly: red. Hex color #574940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574940 is #A8B6BF. Grayscale: #4C4C4C. Windows color (decimal): -11056832 or 4213079. OLE color: 4213079.

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

Color convert

RGB 87 73 64 -
CMYK 0 0.16 0.26 0.66
HSL 23.48º 0.15% 0.3% -
HSV(B) 23.48º 0.26% 0.34% -
XYZ 7.24 7.16 5.85 -
YUV 76.16 121.14 135.73 -
System Red Green Blue C M Y K H S L
Decimal 87 73 64 0 0.16 0.26 0.66 23.48 0.15 0.3
Hex 57 49 40 0 10 1A 42 17 F 1E
Octal 127 111 100 0 20 32 102 27 17 36
Binary 1010111 1001001 1000000 0 10000 11010 1000010 10111 1111 11110

Color Harmonies of #574940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574940

Black with #574940

Text Example


Text Example

White with #574940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574940; }

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

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

background-color css

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

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

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

border-color css

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

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

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