Html Css Color HEX #57463F Cork

📋 copy color: '#57463F'

red 87 ◦ green 70 ◦ blue 63

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

Shades of Cork #57463F

Tints of Cork #57463F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.82%

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

R = 39.55%
G = 31.82%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.66

RGB Variations

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

Color information

#57463F (or 0x57463F) is known color: Cork. HEX triplet: 57, 46 and 3F. RGB value is (87,70,63). Sum of RGB (Red+Green+Blue) = 87+70+63=220 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.55% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 87 - color contains mainly: red. Hex color #57463F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57463F is #A8B9C0. Grayscale: #4A4A4A. Windows color (decimal): -11057601 or 4146775. OLE color: 4146775.

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

Color convert

RGB 87 70 63 -
CMYK 0 0.20 0.28 0.66
HSL 17.5º 0.16% 0.29% -
HSV(B) 17.5º 0.28% 0.34% -
XYZ 7.02 6.77 5.64 -
YUV 74.29 121.63 137.07 -
System Red Green Blue C M Y K H S L
Decimal 87 70 63 0 0.20 0.28 0.66 17.5 0.16 0.29
Hex 57 46 3F 0 14 1C 42 12 10 1D
Octal 127 106 77 0 24 34 102 22 20 35
Binary 1010111 1000110 111111 0 10100 11100 1000010 10010 10000 11101

Color Harmonies of #57463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57463F

Black with #57463F

Text Example


Text Example

White with #57463F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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