Html Css Color HEX #574942 Cork

📋 copy color: '#574942'

red 87 ◦ green 73 ◦ blue 66

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

Shades of Cork #574942

Tints of Cork #574942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 29.2%

R = 38.5%
G = 32.3%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#574942 (or 0x574942) is known color: Cork. HEX triplet: 57, 49 and 42. RGB value is (87,73,66). Sum of RGB (Red+Green+Blue) = 87+73+66=226 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.50% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 87 - color contains mainly: red. Hex color #574942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574942 is #A8B6BD. Grayscale: #4C4C4C. Windows color (decimal): -11056830 or 4344151. OLE color: 4344151.

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

Color convert

RGB 87 73 66 -
CMYK 0 0.16 0.24 0.66
HSL 20º 0.14% 0.3% -
HSV(B) 20º 0.24% 0.34% -
XYZ 7.3 7.18 6.16 -
YUV 76.39 122.14 135.57 -
System Red Green Blue C M Y K H S L
Decimal 87 73 66 0 0.16 0.24 0.66 20 0.14 0.3
Hex 57 49 42 0 10 18 42 14 E 1E
Octal 127 111 102 0 20 30 102 24 16 36
Binary 1010111 1001001 1000010 0 10000 11000 1000010 10100 1110 11110

Color Harmonies of #574942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574942

Black with #574942

Text Example


Text Example

White with #574942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574942; }

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

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

background-color css

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

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

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

border-color css

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

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

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