Html Css Color HEX #574941 Cork

📋 copy color: '#574941'

red 87 ◦ green 73 ◦ blue 65

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

Shades of Cork #574941

Tints of Cork #574941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 28.89%

R = 38.67%
G = 32.44%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.66

RGB Variations

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

Color information

#574941 (or 0x574941) is known color: Cork. HEX triplet: 57, 49 and 41. RGB value is (87,73,65). Sum of RGB (Red+Green+Blue) = 87+73+65=225 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.67% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 87 - color contains mainly: red. Hex color #574941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574941 is #A8B6BE. Grayscale: #4C4C4C. Windows color (decimal): -11056831 or 4278615. OLE color: 4278615.

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

Color convert

RGB 87 73 65 -
CMYK 0 0.16 0.25 0.66
HSL 21.82º 0.14% 0.3% -
HSV(B) 21.82º 0.25% 0.34% -
XYZ 7.27 7.17 6 -
YUV 76.27 121.64 135.65 -
System Red Green Blue C M Y K H S L
Decimal 87 73 65 0 0.16 0.25 0.66 21.82 0.14 0.3
Hex 57 49 41 0 10 19 42 16 E 1E
Octal 127 111 101 0 20 31 102 26 16 36
Binary 1010111 1001001 1000001 0 10000 11001 1000010 10110 1110 11110

Color Harmonies of #574941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574941

Black with #574941

Text Example


Text Example

White with #574941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574941; }

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

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

background-color css

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

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

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

border-color css

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

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

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