#574B43

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

Shades of Cork #574B43

Tints of Cork #574B43

Color information

#574B43 (or 0x574B43) is unknown color: approx Cork. HEX triplet: 57, 4B and 43. RGB value is (87,75,67). Sum of RGB (Red+Green+Blue) = 87+75+67=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 67 (26.56% from 255 or 29.26% from 229); Max value from RGB is 87 - color contains mainly: red. Hex color #574B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574B43 is #A8B4BC. Grayscale: #4D4D4D. Windows color (decimal): -11056317 or 4410199. OLE color: 4410199.

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

Color convert

RGB877567-
CMYK00.140.230.66
HSL24º12.99%30.2%-
HSV(B)24º22.99%34.12%-
XYZ7.467.466.36-
YUV77.68121.98134.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.99%
GREEN value IS 75 (29.69% from 255) = 32.75%
BLUE value IS 67 (26.56% from 255) = 29.26%
R=37.99%
G=32.75%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87756700.140.230.662412.9930.2
Hex574B430E174218d1e
Octal12711310301627102301536
Binary1010111100101110000110111010111100001011000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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