Html Css Color HEX #574840 Cork

📋 copy color: '#574840'

red 87 ◦ green 72 ◦ blue 64

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

Shades of Cork #574840

Tints of Cork #574840

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.29%

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

R = 39.01%
G = 32.29%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#574840 (or 0x574840) is known color: Cork. HEX triplet: 57, 48 and 40. RGB value is (87,72,64). Sum of RGB (Red+Green+Blue) = 87+72+64=223 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.01% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 87 - color contains mainly: red. Hex color #574840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574840 is #A8B7BF. Grayscale: #4B4B4B. Windows color (decimal): -11057088 or 4212823. OLE color: 4212823.

HSL color Cylindrical-coordinate representation of color #574840: hue angle of 20.87º 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 #574840 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 72 64 -
CMYK 0 0.17 0.26 0.66
HSL 20.87º 0.15% 0.3% -
HSV(B) 20.87º 0.26% 0.34% -
XYZ 7.17 7.03 5.83 -
YUV 75.57 121.47 136.15 -
System Red Green Blue C M Y K H S L
Decimal 87 72 64 0 0.17 0.26 0.66 20.87 0.15 0.3
Hex 57 48 40 0 11 1A 42 15 F 1E
Octal 127 110 100 0 21 32 102 25 17 36
Binary 1010111 1001000 1000000 0 10001 11010 1000010 10101 1111 11110

Color Harmonies of #574840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574840

Black with #574840

Text Example


Text Example

White with #574840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574840; }

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

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

background-color css

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

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

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

border-color css

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

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

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