#57483F

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

Shades of Cork #57483F

Tints of Cork #57483F

Color information

#57483F (or 0x57483F) is unknown color: approx Cork. HEX triplet: 57, 48 and 3F. RGB value is (87,72,63). Sum of RGB (Red+Green+Blue) = 87+72+63=222 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.19% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 87 - color contains mainly: red. Hex color #57483F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57483F is #A8B7C0. Grayscale: #4B4B4B. Windows color (decimal): -11057089 or 4147287. OLE color: 4147287.

HSL color Cylindrical-coordinate representation of color #57483F: hue angle of 22.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #57483F is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB877263-
CMYK00.170.280.66
HSL22.5º16%29.41%-
HSV(B)22.5º27.59%34.12%-
XYZ7.157.025.68-
YUV75.46120.97136.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.19%
GREEN value IS 72 (28.52% from 255) = 32.43%
BLUE value IS 63 (25% from 255) = 28.38%
R=39.19%
G=32.43%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87726300.170.280.6622.51629.41
Hex57483F0111C4217101d
Octal1271107702134102272035
Binary10101111001000111111010001111001000010101111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57483F; }

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

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

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

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

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

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

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

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