Html Css Color HEX #57473F Cork

📋 copy color: '#57473F'

red 87 ◦ green 71 ◦ blue 63

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

Shades of Cork #57473F

Tints of Cork #57473F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.13%

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

R = 39.37%
G = 32.13%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.66

RGB Variations

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

Color information

#57473F (or 0x57473F) is known color: Cork. HEX triplet: 57, 47 and 3F. RGB value is (87,71,63). Sum of RGB (Red+Green+Blue) = 87+71+63=221 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.37% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 87 - color contains mainly: red. Hex color #57473F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57473F is #A8B8C0. Grayscale: #4A4A4A. Windows color (decimal): -11057345 or 4147031. OLE color: 4147031.

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

Color convert

RGB 87 71 63 -
CMYK 0 0.18 0.28 0.66
HSL 20º 0.16% 0.29% -
HSV(B) 20º 0.28% 0.34% -
XYZ 7.08 6.89 5.66 -
YUV 74.87 121.3 136.65 -
System Red Green Blue C M Y K H S L
Decimal 87 71 63 0 0.18 0.28 0.66 20 0.16 0.29
Hex 57 47 3F 0 12 1C 42 14 10 1D
Octal 127 107 77 0 22 34 102 24 20 35
Binary 1010111 1000111 111111 0 10010 11100 1000010 10100 10000 11101

Color Harmonies of #57473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57473F

Black with #57473F

Text Example


Text Example

White with #57473F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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