Html Css Color HEX #574841 Cork

📋 copy color: '#574841'

red 87 ◦ green 72 ◦ blue 65

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

Shades of Cork #574841

Tints of Cork #574841

RGB

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

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

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

R = 38.84%
G = 32.14%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.66

RGB Variations

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

Color information

#574841 (or 0x574841) is known color: Cork. HEX triplet: 57, 48 and 41. RGB value is (87,72,65). Sum of RGB (Red+Green+Blue) = 87+72+65=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 87 - color contains mainly: red. Hex color #574841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574841 is #A8B7BE. Grayscale: #4B4B4B. Windows color (decimal): -11057087 or 4278359. OLE color: 4278359.

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

Color convert

RGB 87 72 65 -
CMYK 0 0.17 0.25 0.66
HSL 19.09º 0.14% 0.3% -
HSV(B) 19.09º 0.25% 0.34% -
XYZ 7.2 7.04 5.98 -
YUV 75.69 121.97 136.07 -
System Red Green Blue C M Y K H S L
Decimal 87 72 65 0 0.17 0.25 0.66 19.09 0.14 0.3
Hex 57 48 41 0 11 19 42 13 E 1E
Octal 127 110 101 0 21 31 102 23 16 36
Binary 1010111 1001000 1000001 0 10001 11001 1000010 10011 1110 11110

Color Harmonies of #574841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574841

Black with #574841

Text Example


Text Example

White with #574841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574841; }

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

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

background-color css

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

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

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

border-color css

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

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

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