#574B44

Color #574B44 Cork (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cork #574B44

Tints of Cork #574B44

Color information

#574B44 (or 0x574B44) is unknown color: approx Cork. HEX triplet: 57, 4B and 44. RGB value is (87,75,68). Sum of RGB (Red+Green+Blue) = 87+75+68=230 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.83% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 68 (26.95% from 255 or 29.57% from 230); Max value from RGB is 87 - color contains mainly: red. Hex color #574B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574B44 is #A8B4BB. Grayscale: #4D4D4D. Windows color (decimal): -11056316 or 4475735. OLE color: 4475735.

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

Color convert

RGB877568-
CMYK00.140.220.66
HSL22.11º12.26%30.39%-
HSV(B)22.11º21.84%34.12%-
XYZ7.497.486.52-
YUV77.79122.48134.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.83%
GREEN value IS 75 (29.69% from 255) = 32.61%
BLUE value IS 68 (26.95% from 255) = 29.57%
R=37.83%
G=32.61%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87756800.140.220.6622.1112.2630.39
Hex574B440E164216c1e
Octal12711310401626102261436
Binary1010111100101110001000111010110100001010110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574B44; }

 p { color: rgb(87,75,68); }

 H1.HeaderClassName
 {
   color: #574B44;
 }
 .AnyTagClassName
 {
   color: #574B44;
 }
</style>
background-color css

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

 a { background-color: rgb(87,75,68); }

 div.DivClassName
 {
   background-color: #574B44;
 }
 .BgClassName
 {
   background-color: #574B44;
 }
</style>
border-color css

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

 span { border-color: rgb(87,75,68); }

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