Html Css Color HEX #57493F Cork

📋 copy color: '#57493F'

red 87 ◦ green 73 ◦ blue 63

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

Shades of Cork #57493F

Tints of Cork #57493F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.74%

 BLUE value IS 63 (25% from 255) = 28.25%

R = 39.01%
G = 32.74%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.28

 K value IS 0.66

RGB Variations

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

Color information

#57493F (or 0x57493F) is known color: Cork. HEX triplet: 57, 49 and 3F. RGB value is (87,73,63). Sum of RGB (Red+Green+Blue) = 87+73+63=223 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.01% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 87 - color contains mainly: red. Hex color #57493F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57493F is #A8B6C0. Grayscale: #4C4C4C. Windows color (decimal): -11056833 or 4147543. OLE color: 4147543.

HSL color Cylindrical-coordinate representation of color #57493F: hue angle of 25º 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 #57493F is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 73 63 -
CMYK 0 0.16 0.28 0.66
HSL 25º 0.16% 0.29% -
HSV(B) 25º 0.28% 0.34% -
XYZ 7.21 7.15 5.7 -
YUV 76.05 120.64 135.81 -
System Red Green Blue C M Y K H S L
Decimal 87 73 63 0 0.16 0.28 0.66 25 0.16 0.29
Hex 57 49 3F 0 10 1C 42 19 10 1D
Octal 127 111 77 0 20 34 102 31 20 35
Binary 1010111 1001001 111111 0 10000 11100 1000010 11001 10000 11101

Color Harmonies of #57493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57493F

Black with #57493F

Text Example


Text Example

White with #57493F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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